1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

Less log spam on the console

This commit is contained in:
Uwe L. Korn 2014-10-12 16:38:26 +01:00
parent a95e6aa4e1
commit a821767665

View File

@ -328,7 +328,7 @@ Database::registerCommand( DatabaseCommandFactory* commandFactory )
const QString commandName = command->commandname();
const QString className = command->metaObject()->className();
tDebug() << "Registering command" << commandName << "from class" << className;
tDebug( LOGVERBOSE ) << "Registering command" << commandName << "from class" << className;
if( m_commandFactories.keys().contains( commandName ) )
{