mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-05 00:04:40 -05:00
Merge pull request #61685 from agiudiceandrea/qgsattributetablemodel-debug-message
Fix debug message in qgsattributetablemodel.cpp
This commit is contained in:
commit
5c22e59ead
@ -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 ) )
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user