diff options
Diffstat (limited to 'tools/msg2qm/msg2qm.cpp')
-rw-r--r-- | tools/msg2qm/msg2qm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/msg2qm/msg2qm.cpp b/tools/msg2qm/msg2qm.cpp index 6ac8c36..d90d7b6 100644 --- a/tools/msg2qm/msg2qm.cpp +++ b/tools/msg2qm/msg2qm.cpp @@ -192,10 +192,10 @@ void translate( const QString& filename, const QString& qmfile ) QString charset = msgstr.mid( cpos, i-cpos ); codec = QTextCodec::codecForName( charset.ascii() ); if ( codec ) { - debug( "PO file character set: %s. Codec: %s", + qDebug( "PO file character set: %s. Codec: %s", charset.ascii(), codec->name() ); } else { - debug( "No codec for %s", charset.ascii() ); + qDebug( "No codec for %s", charset.ascii() ); } } break; |