Skip to content

Commit afd7b92

Browse files
authoredSep 25, 2018
Followup 5f33137, C++ is not Python
1 parent 981aea7 commit afd7b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/server/qgsconfigcache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const QgsProject *QgsConfigCache::project( const QString &path )
5050
else
5151
{
5252
QgsMessageLog::logMessage(
53-
this->tr( "Error when loading project file '%1': %2 " ).arg( path, prj->error() ),
53+
tr( "Error when loading project file '%1': %2 " ).arg( path, prj->error() ),
5454
QStringLiteral( "Server" ), Qgis::Critical );
5555
}
5656
}

0 commit comments

Comments
 (0)
Please sign in to comment.