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:
parent
abbc6eefc3
commit
4ceb94fd8f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user