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:
parent
a95e6aa4e1
commit
a821767665
@ -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 ) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user