Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 0a90919b61859a90da060685ee09fe54 > files > 8

lastfm-player-1.3.2.13-1mdv2008.1.src.rpm

--- a/src/controlinterface.cpp
+++ b/src/controlinterface.cpp
@@ -144,7 +144,9 @@
     {
         LOGL( 1, "sendToInstance failed" );
 
-        qDebug() << "sendToInstance failed";
+        // This prints a "failed" message on startup, which can mislead users
+        // to think that something is wrong.
+        //qDebug() << "sendToInstance failed";
     }
 
     return false;