connectivity/com.nokia.tcf/native/TCFNative/TCFServer/BaseCom.h
changeset 458 70467d598794
parent 366 b054461d2f85
child 1481 c7f22cc57d44
--- a/connectivity/com.nokia.tcf/native/TCFNative/TCFServer/BaseCom.h	Tue Aug 25 09:33:36 2009 -0500
+++ b/connectivity/com.nokia.tcf/native/TCFNative/TCFServer/BaseCom.h	Tue Aug 25 09:44:48 2009 -0500
@@ -48,7 +48,7 @@
 #define COMMLOGCLOSE()
 #endif
 
-//#define LOG_PROCCOMM
+#define LOG_PROCCOMM
 #if defined(LOG_PROCCOMM) && defined(_DEBUG)
 #define PROCLOGOPEN() if (gDoLogging) { m_ProcDebugLog->WaitForAccess(); }
 #define PROCLOGS(s) if (gDoLogging) { sprintf(m_ProcDebugLogMsg,"%s", s); m_ProcDebugLog->log(m_ProcDebugLogMsg); }