Revision: 31412
http://sourceforge.net/p/opalvoip/code/31412
Author: rjongbloed
Date: 2014-02-07 08:03:15 +0000 (Fri, 07 Feb 2014)
Log Message:
-----------
Fixed build without tracing
Modified Paths:
--------------
ptlib/trunk/src/ptlib/unix/tlibthrd.cxx
Modified: ptlib/trunk/src/ptlib/unix/tlibthrd.cxx
===================================================================
--- ptlib/trunk/src/ptlib/unix/tlibthrd.cxx 2014-02-07 07:56:03 UTC (rev 31411)
+++ ptlib/trunk/src/ptlib/unix/tlibthrd.cxx 2014-02-07 08:03:15 UTC (rev 31412)
@@ -877,8 +877,8 @@
ostream * trace = PTrace::GetStream();
if (trace != NULL)
*trace << "Error " << error << " calling pthread_kill: thread=" << this << ", id=" << id << endl;
+#endif
}
-#endif
return true;
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|