mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Fix error message string (minor change)
This commit is contained in:
parent
30b55cc68f
commit
d10eb890fb
@ -1145,7 +1145,7 @@ QList<QString> QgsSpatiaLiteProvider::tablePrimaryKeys( const QString tableName
|
||||
}
|
||||
else
|
||||
{
|
||||
QgsLogger::warning( QStringLiteral( "SQLite error discovering relations: %1" ).arg( errMsg ) );
|
||||
QgsLogger::warning( QStringLiteral( "SQLite error discovering primary keys: %1" ).arg( errMsg ) );
|
||||
sqlite3_free( errMsg );
|
||||
}
|
||||
return result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user