Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix debug build
  • Loading branch information
nyalldawson committed May 15, 2016
1 parent 5c7f4c7 commit 8fd86a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ogr/qgsogrdataitems.cpp
Expand Up @@ -372,7 +372,7 @@ QGISEXTERN QgsDataItem * dataItem( QString thePath, QgsDataItem* parentItem )
return nullptr;
}

QgsDebugMsgLevel( "OGR Driver : " + OGR_Dr_GetName( hDriver ), 2 );
QgsDebugMsgLevel( QString( "OGR Driver : %1 " ).arg( OGR_Dr_GetName( hDriver ) ), 2 );

int numLayers = OGR_DS_GetLayerCount( hDataSource );

Expand Down

0 comments on commit 8fd86a6

Please sign in to comment.