Skip to content

Commit

Permalink
Server OGC API: better formatting for message log
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Aug 6, 2020
1 parent c3b7cb1 commit 23da0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsserverogcapi.cpp
Expand Up @@ -91,7 +91,7 @@ void QgsServerOgcApi::executeRequest( const QgsServerApiContext &context ) const
{
hasMatch = true;
// Execute handler
QgsMessageLog::logMessage( QStringLiteral( "Found API handler %1" ).arg( QString::fromStdString( h->operationId() ) ), QStringLiteral( "Server" ), Qgis::Info );
QgsMessageLog::logMessage( QStringLiteral( "API %1: found handler %2" ).arg( name(), QString::fromStdString( h->operationId() ) ), QStringLiteral( "Server" ), Qgis::Info );
// May throw QgsServerApiBadRequestException or JSON exceptions on serializing
try
{
Expand Down

0 comments on commit 23da0c0

Please sign in to comment.