Skip to content

Commit

Permalink
Followup 5f33137, C++ is not Python
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 25, 2018
1 parent 981aea7 commit afd7b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsconfigcache.cpp
Expand Up @@ -50,7 +50,7 @@ const QgsProject *QgsConfigCache::project( const QString &path )
else
{
QgsMessageLog::logMessage(
this->tr( "Error when loading project file '%1': %2 " ).arg( path, prj->error() ),
tr( "Error when loading project file '%1': %2 " ).arg( path, prj->error() ),
QStringLiteral( "Server" ), Qgis::Critical );
}
}
Expand Down

0 comments on commit afd7b92

Please sign in to comment.