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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Dec 3 19:00:33 EST 2009


Author: brucedechant
Date: 2009-12-03 19:00:33 -0500 (Thu, 03 Dec 2009)
New Revision: 4374

Modified:
   trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp
Log:
Removed logging of CheckPermission?() because it is called VERY often and therefore was creating too much noise in the trace log.

Modified: trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp	2009-12-03 23:47:38 UTC (rev 4373)
+++ trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp	2009-12-04 00:00:33 UTC (rev 4374)
@@ -2182,8 +2182,6 @@
 {
     MG_RESOURCE_SERVICE_TRY()
 
-    MG_LOG_TRACE_ENTRY(L"MgServerResourceService::CheckPermission()");
-
     if (NULL == resource)
     {
         throw new MgNullArgumentException(



More information about the mapguide-commits mailing list