[mapguide-commits] r4594 - in trunk/MgDev: Server/src/Common/Base Web/src/PhpMapGuideApiEnvConfig

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Feb 12 15:42:43 EST 2010


Author: brucedechant
Date: 2010-02-12 15:42:43 -0500 (Fri, 12 Feb 2010)
New Revision: 4594

Modified:
   trunk/MgDev/Server/src/Common/Base/ClientHandler.cpp
   trunk/MgDev/Web/src/PhpMapGuideApiEnvConfig/PhpMapGuideApiEnvConfig.cpp
Log:
Notes:
- Commented out debug statement in MgClientHandler
- Removed unneeded debug statement that causes noise in the Apache log

Modified: trunk/MgDev/Server/src/Common/Base/ClientHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Base/ClientHandler.cpp	2010-02-12 20:38:23 UTC (rev 4593)
+++ trunk/MgDev/Server/src/Common/Base/ClientHandler.cpp	2010-02-12 20:42:43 UTC (rev 4594)
@@ -146,7 +146,7 @@
 
     INT32 ret = -1;
 
-    ACE_DEBUG ((LM_DEBUG, "(%t) MgClientHandler::handle_input()\n"));
+//    ACE_DEBUG ((LM_DEBUG, "(%t) MgClientHandler::handle_input()\n"));
 
     MgServerManager* pServerManager = MgServerManager::GetInstance();
 

Modified: trunk/MgDev/Web/src/PhpMapGuideApiEnvConfig/PhpMapGuideApiEnvConfig.cpp
===================================================================
--- trunk/MgDev/Web/src/PhpMapGuideApiEnvConfig/PhpMapGuideApiEnvConfig.cpp	2010-02-12 20:38:23 UTC (rev 4593)
+++ trunk/MgDev/Web/src/PhpMapGuideApiEnvConfig/PhpMapGuideApiEnvConfig.cpp	2010-02-12 20:42:43 UTC (rev 4594)
@@ -81,7 +81,6 @@
 
 PHP_MINIT_FUNCTION(CustomExtModule)
 {
-    zend_printf("The name of the current function is %s<br>", get_active_function_name(TSRMLS_C));
     return SUCCESS;
 }
 



More information about the mapguide-commits mailing list