mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
removed debug output from threads
This commit is contained in:
parent
9847a7a45f
commit
67e976057d
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@
|
|||
* #define DEBUG_THREADS 1
|
||||
* #define RSMUTEX_ABORT 1 // Catch wrong pthreads mode.
|
||||
*******/
|
||||
#define DEBUG_THREADS 1
|
||||
#define THREAD_DEBUG std::cerr << "[caller thread ID: " << std::hex << pthread_self() << ", thread ID: " << mTid << std::dec << "] "
|
||||
|
||||
#ifdef RSMUTEX_ABORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue