[longomatch] Add some debug to the exception



commit 808f5dde8a24fbccdfab67e3eeaa16febd3f4e47
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Jun 26 17:55:27 2013 +0200

    Add some debug to the exception

 LongoMatch/Main.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Main.cs b/LongoMatch/Main.cs
index 9509a82..67d78bf 100644
--- a/LongoMatch/Main.cs
+++ b/LongoMatch/Main.cs
@@ -72,6 +72,7 @@ namespace LongoMatch
                                                                        "the application will closed.\n\n 
Click \"No\" if you are " +
                                                                        "completely sure this is the only 
instance running and you want to " +
                                                                        "continue at your own risk."); 
+                                       Log.Exception (locked);
                                        if (MessagesHelpers.QuestionMessage (null, msg)) {
                                                return;
                                        }


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