f-spot r4613 - in trunk: . src/Core



Author: sdelcroix
Date: Mon Nov 24 11:48:21 2008
New Revision: 4613
URL: http://svn.gnome.org/viewvc/f-spot?rev=4613&view=rev

Log:
Do not swallow exception

2008-11-24  Stephane Delcroix  <sdelcroix novell com>

	* src/Core.Photo.cs: Do not swallow exception.

Modified:
   trunk/ChangeLog
   trunk/src/Core/Photo.cs

Modified: trunk/src/Core/Photo.cs
==============================================================================
--- trunk/src/Core/Photo.cs	(original)
+++ trunk/src/Core/Photo.cs	Mon Nov 24 11:48:21 2008
@@ -651,7 +651,7 @@
 					return md5_string;
 				}
 			} catch (Exception e) {
-			 	Log.DebugFormat("Failed to create MD5Sum for Uri {0}; {1}", uri, e.Message);
+			 	Log.DebugException (String.Format ("Failed to create MD5Sum for Uri: {0}\n", uri), e);
 			}
 
 			return string.Empty; 



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