1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-25 20:33:20 +01:00

Let Hatchet be bit more silent on non-verbose startup

This commit is contained in:
Uwe L. Korn 2013-09-20 15:54:54 +02:00
parent abbc6eefc3
commit 4ceb94fd8f

View File

@ -85,7 +85,7 @@ HatchetAccount::HatchetAccount( const QString& accountId )
QFile pemFile( ":/hatchet-account/mandella.pem" );
pemFile.open( QIODevice::ReadOnly );
tDebug() << Q_FUNC_INFO << "certs/mandella.pem: " << pemFile.readAll();
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "certs/mandella.pem: " << pemFile.readAll();
pemFile.close();
pemFile.open( QIODevice::ReadOnly );
QCA::ConvertResult conversionResult;