fix test font message

This commit is contained in:
Juergen E. Fischer 2017-05-11 08:44:54 +02:00
parent abc74b4262
commit f131792351

View File

@ -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" ) );
}
}