mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
improved debugging output of rsthreads.cc (part 3)
This commit is contained in:
parent
bb00e39972
commit
0817aad0f9
@ -62,7 +62,7 @@ void *RsThread::rsthread_init(void* p)
|
||||
pthread_detach(pthread_self());
|
||||
|
||||
#ifdef DEBUG_THREADS
|
||||
THREAD_DEBUG << " thread is started. Calling runloop()..." << std::endl;
|
||||
std::cerr << "[Thread ID:" << std::hex << pthread_self() << std::dec << "] thread is started. Calling runloop()..." << std::endl;
|
||||
#endif
|
||||
|
||||
thread -> runloop();
|
||||
|
Loading…
Reference in New Issue
Block a user