mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-19 04:11:46 +02:00
Less log spam on the console
This commit is contained in:
@@ -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 ) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user