Skip to content

Commit

Permalink
fix test font message
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 11, 2017
1 parent abc74b4 commit f131792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsfontutils.cpp
Expand Up @@ -271,7 +271,7 @@ bool QgsFontUtils::loadStandardTestFonts( const QStringList &loadstyles )
loaded = ( fontID != -1 );
fontsLoaded = ( fontsLoaded || loaded );
}
QgsDebugMsg( QString( "Test font '%1' %3 from testdata.qrc" )
QgsDebugMsg( QString( "Test font '%1' (%2) %3 from testdata.qrc" )
.arg( fontFamily, fontstyle, loaded ? "loaded" : "FAILED to load" ) );
}
}
Expand Down

0 comments on commit f131792

Please sign in to comment.