f-spot r4683 - in trunk: . src



Author: sdelcroix
Date: Fri Jan  2 12:54:25 2009
New Revision: 4683
URL: http://svn.gnome.org/viewvc/f-spot?rev=4683&view=rev

Log:
	* src/main.cs: Log() errors instead of S.C.WL ().

Modified:
   trunk/ChangeLog
   trunk/src/main.cs

Modified: trunk/src/main.cs
==============================================================================
--- trunk/src/main.cs	(original)
+++ trunk/src/main.cs	Fri Jan  2 12:54:25 2009
@@ -295,7 +295,8 @@
 							service.Initialize ();
 							service.Start ();
 						} catch (Exception e) {
-							System.Console.WriteLine (e);
+							Log.WarningFormat ("Something went wrong while starting the {0} extension.", service.Id);
+							Log.DebugException (e);
 						}
 					}
 				}



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