From 45d32b20945818029d98f7eb7e3fbd931200b7c1 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 11 Nov 2012 12:03:35 +0100 Subject: [PATCH] * Fixed debug output. --- src/libtomahawk/playlist/TreeModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/playlist/TreeModel.cpp b/src/libtomahawk/playlist/TreeModel.cpp index 83b946686..8f4ddcf4e 100644 --- a/src/libtomahawk/playlist/TreeModel.cpp +++ b/src/libtomahawk/playlist/TreeModel.cpp @@ -417,6 +417,6 @@ TreeModel::indexFromAlbum( const Tomahawk::album_ptr& album ) const } } - tDebug() << "Could not find item for artist:" << album->name() << album->artist()->name(); + tDebug() << "Could not find item for album:" << album->name() << album->artist()->name(); return QModelIndex(); }