[chronojump] Fixing MacOS identify



commit 7584339ff5a2b1cca7c1656272d7563bfb5ad351
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Mar 16 13:50:17 2015 +0100

    Fixing MacOS identify

 src/utilAll.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/utilAll.cs b/src/utilAll.cs
index 6ee57ba..e514c3c 100644
--- a/src/utilAll.cs
+++ b/src/utilAll.cs
@@ -50,6 +50,7 @@ public class UtilAll
        public static string GetOS() {
                OperatingSystem os = Environment.OSVersion;
                string osString =  string.Format("{0}, {1}", os.Platform, os.Version);
+               LogB.Information("GetOS: " + osString);
                return osString;
        }
 


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