From: <kk...@us...> - 2008-10-17 08:37:05
|
Revision: 1111 http://omc.svn.sourceforge.net/omc/?rev=1111&view=rev Author: kkaempf Date: 2008-10-17 08:36:05 +0000 (Fri, 17 Oct 2008) Log Message: ----------- reduce trace output Modified Paths: -------------- cmpi-bindings/trunk/src/target_python.c Modified: cmpi-bindings/trunk/src/target_python.c =================================================================== --- cmpi-bindings/trunk/src/target_python.c 2008-10-17 08:32:52 UTC (rev 1110) +++ cmpi-bindings/trunk/src/target_python.c 2008-10-17 08:36:05 UTC (rev 1111) @@ -125,11 +125,11 @@ static int PyGlobalInitialize(const CMPIBroker* broker, CMPIStatus* st) { - _SBLIM_TRACE(1,("<%d/0x%x> PyGlobalInitialize() called", getpid(), pthread_self())); +/* _SBLIM_TRACE(1,("<%d/0x%x> PyGlobalInitialize() called", getpid(), pthread_self())); */ if (_TARGET_INIT) { - _SBLIM_TRACE(1,("<%d/0x%x> PyGlobalInitialize() returning: already initialized", getpid(), pthread_self())); +/* _SBLIM_TRACE(1,("<%d/0x%x> PyGlobalInitialize() returning: already initialized", getpid(), pthread_self())); */ return 0; } _TARGET_INIT=1;//true This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |