[mapserver-commits] r8398 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Thu Jan 8 09:12:04 EST 2009


Author: Assefa
Date: 2009-01-08 09:12:04 -0500 (Thu, 08 Jan 2009)
New Revision: 8398

Modified:
   trunk/mapserver/mapwfs.c
Log:
Correct type in error message #2847

Modified: trunk/mapserver/mapwfs.c
===================================================================
--- trunk/mapserver/mapwfs.c	2009-01-07 21:57:49 UTC (rev 8397)
+++ trunk/mapserver/mapwfs.c	2009-01-08 14:12:04 UTC (rev 8398)
@@ -288,7 +288,7 @@
 
    if (msOWSLookupMetadata(&(lp->metadata), "OFG", "featureid") == NULL)
    {
-       msIO_fprintf(stdout, "<!-- WARNING: Required Feature Id attribute (fid) not specified for this feature type. Make sure you set one of wfs_featureid, ows_feature_id or gml_featureid metadata. -->\n");
+       msIO_fprintf(stdout, "<!-- WARNING: Required Feature Id attribute (fid) not specified for this feature type. Make sure you set one of wfs_featureid, ows_featureid or gml_featureid metadata. -->\n");
    }
 
    msIO_printf("    </FeatureType>\n");



More information about the mapserver-commits mailing list