From 9b08077fb3bb5046d87ade4048b15f9bd7cf1ba6 Mon Sep 17 00:00:00 2001 From: morkt Date: Sun, 20 Sep 2015 05:26:51 +0400 Subject: [PATCH] trace wording. --- App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.xaml.cs b/App.xaml.cs index ec3f20f3..d36c3def 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -86,7 +86,7 @@ namespace GARbro.GUI } catch (Exception X) { - Trace.WriteLine (X.Message, "scheme deserialization"); + Trace.WriteLine (X.Message, "scheme deserialization failed"); } }