[banshee] GStreamerSharp: Fix log statement in AudioCdRipper.OnBusMessage
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] GStreamerSharp: Fix log statement in AudioCdRipper.OnBusMessage
- Date: Sun, 5 Jan 2014 15:57:44 +0000 (UTC)
commit 7bcd4cca2c620b2ead3724c4305ba5c2ab58f307
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Sun Jan 5 16:23:13 2014 +0100
GStreamerSharp: Fix log statement in AudioCdRipper.OnBusMessage
.../Banshee.GStreamerSharp/AudioCdRipper.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp/AudioCdRipper.cs
b/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp/AudioCdRipper.cs
index 5f0507c..3ae0d57 100644
--- a/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp/AudioCdRipper.cs
+++ b/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp/AudioCdRipper.cs
@@ -371,7 +371,7 @@ namespace Banshee.GStreamerSharp
string mimetype = ProbeMimeType ();
if (mimetype == null)
return true;
- Log.Information ("Ripper : Found Mime Type for encoded content: {0}", mimetype);
+ Log.InformationFormat ("Ripper : Found Mime Type for encoded content: {0}",
mimetype);
RefreshTrackMimeType (mimetype);
}
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]