From 4737197987b98a38dfe57c26d463970fe70bf88c Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 22 Apr 2013 09:44:25 +0200 Subject: [PATCH] * Don't be too verbose. --- src/libtomahawk/Playlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/Playlist.cpp b/src/libtomahawk/Playlist.cpp index cdcd73c73..061be1448 100644 --- a/src/libtomahawk/Playlist.cpp +++ b/src/libtomahawk/Playlist.cpp @@ -51,7 +51,7 @@ PlaylistEntry::PlaylistEntry() PlaylistEntry::~PlaylistEntry() { - tDebug() << Q_FUNC_INFO << m_query->toString(); + tDebug( LOGVERBOSE ) << Q_FUNC_INFO << m_query->toString(); }