[mapserver-commits] r12261 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:11:51 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:11:51 -0700 (Fri, 26 Aug 2011)
New Revision: 12261
Modified:
trunk/mapserver/mapcache/src/service_wmts.c
Log:
remove debugging statement
thomas.bonfort | 2011-01-17 21:43:30 +0100 (Mon, 17 Jan 2011)
Modified: trunk/mapserver/mapcache/src/service_wmts.c
===================================================================
--- trunk/mapserver/mapcache/src/service_wmts.c 2011-08-26 11:11:48 UTC (rev 12260)
+++ trunk/mapserver/mapcache/src/service_wmts.c 2011-08-26 11:11:51 UTC (rev 12261)
@@ -261,7 +261,7 @@
if(service) {
/*KVP Parsing*/
if( strcasecmp(service,"wmts") ) {
- ctx->set_error(ctx,GEOCACHE_REQUEST_ERROR,"received wmts request with invalid service param %s", str);
+ ctx->set_error(ctx,GEOCACHE_REQUEST_ERROR,"received wmts request with invalid service param %s", service);
return;
}
str = apr_table_get(params,"REQUEST");
More information about the mapserver-commits
mailing list