[mapguide-commits] r7275 - sandbox/jng/streaming/Web/src/CgiAgent

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Dec 17 00:06:34 PST 2012


Author: jng
Date: 2012-12-17 00:06:34 -0800 (Mon, 17 Dec 2012)
New Revision: 7275

Modified:
   sandbox/jng/streaming/Web/src/CgiAgent/CgiResponseHandler.cpp
Log:
#2194: Remove the extra CGI debugging I've put in

Modified: sandbox/jng/streaming/Web/src/CgiAgent/CgiResponseHandler.cpp
===================================================================
--- sandbox/jng/streaming/Web/src/CgiAgent/CgiResponseHandler.cpp	2012-12-17 08:04:46 UTC (rev 7274)
+++ sandbox/jng/streaming/Web/src/CgiAgent/CgiResponseHandler.cpp	2012-12-17 08:06:34 UTC (rev 7275)
@@ -179,8 +179,6 @@
     MG_TRY()
     STRING shortError = e->GetExceptionMessage();
     STRING longError = e->GetDetails();
-    longError += L"\n";
-    longError += e->GetStackTrace();
     STRING statusMessage = e->GetClassName();
 
     //TODO: Use a string resource for html error text format



More information about the mapguide-commits mailing list