Skip to content

Commit

Permalink
Update src/server/qgis_mapserver.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
elpaso and m-kuhn committed Jan 22, 2020
1 parent ccdbe29 commit c78e781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgis_mapserver.cpp
Expand Up @@ -136,7 +136,7 @@ int main( int argc, char *argv[] )
"0: INFO\n"
"1: WARNING\n"
"3: CRITICAL" ), "logLevel", "0" );
parser.addOption( logLevelOption );
parser.addOption( logLevelOption ); //#spellok

parser.process( app );
const QStringList args = parser.positionalArguments();
Expand Down

0 comments on commit c78e781

Please sign in to comment.