Revision: 32606
http://sourceforge.net/p/opalvoip/code/32606
Author: rjongbloed
Date: 2014-08-27 06:39:59 +0000 (Wed, 27 Aug 2014)
Log Message:
-----------
Added stack size to tace log when starting thread
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-08-27 06:38:50 UTC (rev 32605)
+++ ptlib/trunk/src/ptlib/unix/tlibthrd.cxx 2014-08-27 06:39:59 UTC (rev 32606)
@@ -320,7 +320,7 @@
if (m_type == e_IsAutoDelete)
PProcess::Current().SignalTimerChange();
- PTRACE(5, "PTLib\tCreated thread " << this << ' ' << m_threadName);
+ PTRACE(5, "PTLib\tCreated thread " << this << ' ' << m_threadName << " stack=" << m_originalStackSize);
}
//
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|