Skip to content

Commit

Permalink
Better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Dec 2, 2020
1 parent 8a9e726 commit 4b425d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/qgsserver.cpp
Expand Up @@ -487,8 +487,8 @@ void QgsServer::handleRequest( QgsServerRequest &request, QgsServerResponse &res
}
}

// Clear the profiler after each request
QgsApplication::profiler()->clear( "server" );
// Clear the profiler server section after each request
QgsApplication::profiler()->clear( QStringLiteral( "server" ) );

}

Expand Down

0 comments on commit 4b425d1

Please sign in to comment.