Skip to content

Commit

Permalink
Change debug message level of CRS debug messages to keep the compiler…
Browse files Browse the repository at this point in the history
… warnings clean.
  • Loading branch information
m-kuhn committed Jan 5, 2014
1 parent c45bf50 commit 712ef84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgscoordinatereferencesystem.cpp
Expand Up @@ -2041,8 +2041,8 @@ bool QgsCoordinateReferenceSystem::syncDatumTransform( const QString& dbPath )

insert = "INSERT INTO tbl_datum_transform(" + insert + ") VALUES (" + values + ")";

QgsDebugMsg( QString( "insert:%1" ).arg( insert ) );
QgsDebugMsg( QString( "update:%1" ).arg( update ) );
QgsDebugMsgLevel( QString( "insert:%1" ).arg( insert ), 4 );
QgsDebugMsgLevel( QString( "update:%1" ).arg( update ), 4 );

CSLDestroy( fieldnames );

Expand Down

0 comments on commit 712ef84

Please sign in to comment.