[mapguide-commits] r5470 - trunk/MgDev/Server/src/Services/Resource

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Dec 10 15:12:03 EST 2010


Author: brucedechant
Date: 2010-12-10 12:12:03 -0800 (Fri, 10 Dec 2010)
New Revision: 5470

Modified:
   trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp
Log:
Comment out debug statement.

Modified: trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp	2010-12-10 13:21:38 UTC (rev 5469)
+++ trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp	2010-12-10 20:12:03 UTC (rev 5470)
@@ -496,7 +496,7 @@
             {
                 // Add this NEW session repository to the map
                 sm_sessionRepositories.insert(std::pair<STRING, MgSessionRepository* >(name, sessionRepository));
-                ACE_DEBUG((LM_INFO, ACE_TEXT("%d/%d ++ %W\n"), sm_sessionRepositories.size(), sm_sessionRepositoriesLimit, name.c_str()));
+//                ACE_DEBUG((LM_INFO, ACE_TEXT("%d/%d ++ %W\n"), sm_sessionRepositories.size(), sm_sessionRepositoriesLimit, name.c_str()));
 
                 // Initialize the session repository
                 sessionRepository->Initialize();



More information about the mapguide-commits mailing list