mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
Followup 5f33137, C++ is not Python
This commit is contained in:
parent
981aea71cd
commit
afd7b92abb
@ -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 );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user