Skip to content

Commit

Permalink
Added warning that .qgs extension may be missing
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Jun 10, 2011
1 parent fabc66a commit 5b99561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapserver/qgis_map_serv.cpp
Expand Up @@ -248,7 +248,7 @@ int main( int argc, char * argv[] )
if ( !adminConfigParser )
{
QgsMSDebugMsg( "parse error on config file " + configFilePath );
theRequestHandler->sendServiceException( QgsMapServiceException( "", "Configuration file problem" ) );
theRequestHandler->sendServiceException( QgsMapServiceException( "", "Configuration file problem : perhaps you left off the .qgs extension?" ) );
continue;
}

Expand Down

0 comments on commit 5b99561

Please sign in to comment.