[mapserver-commits] r12375 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:20:39 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:20:39 -0700 (Fri, 26 Aug 2011)
New Revision: 12375
Modified:
trunk/mapserver/mapcache/src/services.c
Log:
remove thread unsafe operations
thomas.bonfort | 2011-05-25 12:54:45 +0200 (Wed, 25 May 2011)
Modified: trunk/mapserver/mapcache/src/services.c
===================================================================
--- trunk/mapserver/mapcache/src/services.c 2011-08-26 11:20:34 UTC (rev 12374)
+++ trunk/mapserver/mapcache/src/services.c 2011-08-26 11:20:39 UTC (rev 12375)
@@ -55,7 +55,7 @@
(*request)->service = service;
return;
}
- ctx->set_error(ctx,404,"unknown service");
+ ctx->set_error(ctx,404,"unknown service %s",pathinfo);
}
/** @} */
More information about the mapserver-commits
mailing list