diff --git a/App.xaml.cs b/App.xaml.cs index d36c3def..3979f81a 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -56,7 +56,7 @@ namespace GARbro.GUI Trace.WriteLine ("ApplicationStartup --------------------------------", "GARbro.GUI.App"); this.DispatcherUnhandledException += (s, args) => { - Trace.WriteLine (string.Format ("Unhandled exception caught: {1}", args.Exception.Message), + Trace.WriteLine (string.Format ("Unhandled exception caught: {0}", args.Exception.Message), "GARbro.GUI.App"); Trace.WriteLine (args.Exception.StackTrace, "Stack trace"); };