mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 04:41:36 +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 commandName = command->commandname();
|
||||||
const QString className = command->metaObject()->className();
|
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 ) )
|
if( m_commandFactories.keys().contains( commandName ) )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user