improved debugging output of rsthreads.cc (part 3)

This commit is contained in:
csoler 2016-05-04 22:51:33 -04:00
parent bb00e39972
commit 0817aad0f9

View File

@ -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();