[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [Amarok] 1c9ea5a: Show more info in debug when cover fetch xml has e
From:       "Rick W.Chen" <stuffcorpse () archlinux ! us>
Date:       2010-11-30 21:35:58
Message-ID: 20101130213558.21C5EA60A6 () git ! kde ! org
[Download RAW message or body]

commit 1c9ea5af5f54a799114354f12621ea0d6e660796
branch master
Author: Rick W. Chen <stuffcorpse@archlinux.us>
Date:   Fri Nov 26 13:06:20 2010 +1300

    Show more info in debug when cover fetch xml has errors

diff --git a/src/covermanager/CoverFetchUnit.cpp b/src/covermanager/CoverFetchUnit.cpp
index 32842cf..f298bbc 100644
--- a/src/covermanager/CoverFetchUnit.cpp
+++ b/src/covermanager/CoverFetchUnit.cpp
@@ -467,8 +467,9 @@ CoverFetchArtPayload::prepareUrls()
 
     if( xml.hasError() )
     {
-        debug() << QString( "Error occured when pareparing %1 urls: %2" )
-                                .arg( sourceString(), xml.errorString() );
+        debug() << QString( "Error occured when pareparing %1 urls for album %2: %3" )
+                            .arg( sourceString(), album()->name(), xml.errorString() );
+        debug() << urls();
     }
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic