From a1b8038bb341ff0af131d02596edd913b885eed6 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Sun, 10 Jun 2012 11:30:10 +0100 Subject: Log artUrl file path when it can't be found Makes the log messages more helpful --- mpris2/interfacetest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpris2/interfacetest.cpp b/mpris2/interfacetest.cpp index d72f8a1..86e9b71 100644 --- a/mpris2/interfacetest.cpp +++ b/mpris2/interfacetest.cpp @@ -381,7 +381,7 @@ void InterfaceTest::checkMetadata(const QVariantMap& metadata, } else { if (asUrl.scheme() == "file") { if (!QFile::exists(asUrl.toLocalFile())) { - (*infoMessages) << "mpris:artUrl references a file that does not exist"; + (*infoMessages) << "mpris:artUrl references a file that does not exist:" << asUrl.toLocalFile(); } } // TODO: check network files -- cgit v1.2.3