Update of /cvsroot/pclasses/pclasses2/src/System
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27858/src/System
Modified Files:
SharedLib.ltdl.cpp
Log Message:
Removed a debug output line.
Index: SharedLib.ltdl.cpp
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/src/System/SharedLib.ltdl.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- SharedLib.ltdl.cpp 25 Dec 2004 07:02:16 -0000 1.5
+++ SharedLib.ltdl.cpp 25 Dec 2004 20:08:07 -0000 1.6
@@ -97,7 +97,7 @@
lt_handle_map_t::iterator it = lt_handle_map().find( _handle );
if( lt_handle_map().end() != it )
{
- CERR << "~SharedLib() erasing a handle: " << _handle << "\n";
+ // CERR << "~SharedLib() erasing a handle: " << _handle << "\n";
// lt_dlclose((*it).second);
lt_handle_map().erase( it );
}
|