1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02:00

* Don't be too verbose.

This commit is contained in:
Christian Muehlhaeuser
2013-04-22 09:44:25 +02:00
parent d0207152b6
commit 4737197987

View File

@@ -51,7 +51,7 @@ PlaylistEntry::PlaylistEntry()
PlaylistEntry::~PlaylistEntry()
{
tDebug() << Q_FUNC_INFO << m_query->toString();
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << m_query->toString();
}