[banshee] [AudioscrobblerConnection] Fix up log message



commit bc457add18e4ccdf3e81df3756d32e648a29bfb1
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Mon Nov 30 20:08:13 2009 +0100

    [AudioscrobblerConnection] Fix up log message

 .../Lastfm/Lastfm/AudioscrobblerConnection.cs      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs b/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs
index c2908cc..5380811 100644
--- a/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs
+++ b/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs
@@ -426,7 +426,7 @@ namespace Lastfm
                 resp = current_web_req.EndGetResponse (ar);
             }
             catch (Exception e) {
-                Log.Warning ("Failed to handshake: {0}", e.ToString (), false);
+                Log.Warning ("Failed to handshake", e.ToString (), false);
 
                 // back off for a time before trying again
                 state = State.Idle;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]