[banshee] AudioscrobblerConnection: Fix formatting of debug log output
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] AudioscrobblerConnection: Fix formatting of debug log output
- Date: Sat, 29 Sep 2012 15:02:02 +0000 (UTC)
commit 698d2456ee46b2cca375dac50c6d76d8726dde8d
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Sat Sep 29 16:56:54 2012 +0200
AudioscrobblerConnection: Fix formatting of debug log output
.../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 fb6e214..7c5e871 100644
--- a/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs
+++ b/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs
@@ -222,7 +222,7 @@ namespace Lastfm
current_scrobble_request.AddParameter (String.Format ("chosenByUser[{0}]", i), chosen_by_user ? "1" : "0");
}
- Log.DebugFormat ("### Last.fm scrobbler sending '{0}'", current_scrobble_request.ToString ());
+ Log.DebugFormat ("Last.fm scrobbler sending '{0}'", current_scrobble_request.ToString ());
state = State.Transmitting;
current_async_result = current_scrobble_request.BeginSend (OnScrobbleResponse, tracks.Count);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]