Merge pull request #61685 from agiudiceandrea/qgsattributetablemodel-debug-message

Fix debug message in qgsattributetablemodel.cpp
This commit is contained in:
Alexander Bruy 2025-05-01 15:26:34 +01:00 committed by GitHub
commit 5c22e59ead
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ bool QgsAttributeTableModel::loadFeatureAtId( QgsFeatureId fid ) const
bool QgsAttributeTableModel::loadFeatureAtId( QgsFeatureId fid, int fieldIdx ) const
{
QgsDebugMsgLevel( QStringLiteral( "loading feature %1 with field %2" ).arg( fid, fieldIdx ), 3 );
QgsDebugMsgLevel( QStringLiteral( "loading feature %1 with field %2" ).arg( fid ).arg( fieldIdx ), 3 );
if ( mLayerCache->cacheSubsetOfAttributes().contains( fieldIdx ) )
{