[banshee] AppleDevice: fix typo in exception message



commit f216ba8d744c3f9e42060d01efaab1c3f2f2359c
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Fri Jan 20 00:30:25 2012 +0000

    AppleDevice: fix typo in exception message
    
    This string was copy+pasted from the deprecated
    IpodSharp-based extension, thus it still was
    referencing to iPod. AppleDevice extension now
    handles more kinds of devices.

 .../Banshee.Dap.AppleDevice/AppleDeviceSource.cs   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
index a73e6ef..bbe3773 100644
--- a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
+++ b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
@@ -572,7 +572,7 @@ namespace Banshee.Dap.AppleDevice
                     track.Save (false);
                     tracks_map[track.TrackId] = track;
                 } catch (Exception e) {
-                    Log.Exception ("Cannot save track to iPod", e);
+                    Log.Exception ("Cannot save track to the Apple device", e);
                 }
             }
             if (total > 0) {



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