Skip to content

Commit

Permalink
Update src/core/textrenderer/qgsfontmanager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored Jun 25, 2024
1 parent c4cd054 commit 2e07b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/textrenderer/qgsfontmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1947,7 +1947,7 @@ bool QgsFontManager::installFontsFromData( const QByteArray &data, QString &erro
const QFileInfo sourcePathFileInfo( sourcePath );
if ( sourcePathFileInfo.exists() )
{
QgsDebugMsgLevel( QStringLiteral( "Font sourcePath %1 exists: %2" ).arg( sourcePath, sourcePathFileInfo.size() ), 2 );
QgsDebugMsgLevel( QStringLiteral( "Font sourcePath %1 exists: %2" ).arg( sourcePath ).arg( sourcePathFileInfo.size() ), 2 );
}
else
{
Expand Down

0 comments on commit 2e07b6c

Please sign in to comment.