mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
improved debugging output of rsthreads.cc (part 3)
This commit is contained in:
parent
bb00e39972
commit
0817aad0f9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue