Navigation Menu

Skip to content

Commit

Permalink
Silence noisy message
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 17, 2022
1 parent a9b522f commit f32c550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgscolorrampimpl.cpp
Expand Up @@ -1060,7 +1060,7 @@ bool QgsCptCityColorRamp::loadFile()
return false;
}

QgsDebugMsg( QStringLiteral( "filename= %1 loaded=%2" ).arg( filename ).arg( mFileLoaded ) );
QgsDebugMsgLevel( QStringLiteral( "filename= %1 loaded=%2" ).arg( filename ).arg( mFileLoaded ), 2 );

// get color ramp from svg file
QMap< double, QPair<QColor, QColor> > colorMap =
Expand Down

0 comments on commit f32c550

Please sign in to comment.