Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 23, 2021
1 parent 42825a2 commit e7c490d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/services/wms/qgswmsgetcapabilities.cpp
Expand Up @@ -131,7 +131,7 @@ namespace QgsWms

if ( !capabilitiesDocument ) //capabilities xml not in cache. Create a new one
{
QgsMessageLog::logMessage( QStringLiteral( "WMS capabilities document not found in cache" ), QStringLiteral( "Server" ) );
QgsMessageLog::logMessage( QStringLiteral( "WMS capabilities document not found in cache 666" ), QStringLiteral( "Server" ) );

doc = getCapabilities( serverIface, project, request, projectSettings );

Expand All @@ -155,7 +155,7 @@ namespace QgsWms
}
else
{
QgsMessageLog::logMessage( QStringLiteral( "Set WMS capabilities document in cache" ), QStringLiteral( "Server" ) );
QgsMessageLog::logMessage( QStringLiteral( "Set WMS capabilities document in cache 666" ), QStringLiteral( "Server" ) );
}
}
else
Expand Down

0 comments on commit e7c490d

Please sign in to comment.