[mapserver-commits] r12469 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:29:19 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:29:19 -0700 (Fri, 26 Aug 2011)
New Revision: 12469
Modified:
trunk/mapserver/mapcache/src/geocache_seed.c
Log:
Modified: trunk/mapserver/mapcache/src/geocache_seed.c
===================================================================
--- trunk/mapserver/mapcache/src/geocache_seed.c 2011-08-26 11:29:14 UTC (rev 12468)
+++ trunk/mapserver/mapcache/src/geocache_seed.c 2011-08-26 11:29:19 UTC (rev 12469)
@@ -282,7 +282,7 @@
}
if(error_detected) {
- printf(ctx.get_error_message(&ctx));
+ printf("%s\n",ctx.get_error_message(&ctx));
}
//instruct rendering threads to stop working
More information about the mapserver-commits
mailing list