We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981aea7 commit afd7b92Copy full SHA for afd7b92
src/server/qgsconfigcache.cpp
@@ -50,7 +50,7 @@ const QgsProject *QgsConfigCache::project( const QString &path )
50
else
51
{
52
QgsMessageLog::logMessage(
53
- 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() ),
54
QStringLiteral( "Server" ), Qgis::Critical );
55
}
56
0 commit comments