Skip to content
Permalink
Browse files
Added warning that .qgs extension may be missing
  • Loading branch information
timlinux committed Jun 10, 2011
1 parent fabc66a commit 5b99561
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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;
}

0 comments on commit 5b99561

Please sign in to comment.