[chronojump] Debug info onGetLimitedRounded



commit 9eda981d2cf8988bfe5ba2cac72d0781a7b491e9
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Jan 5 20:36:03 2017 +0100

    Debug info onGetLimitedRounded

 src/util.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/src/util.cs b/src/util.cs
index c1a6e27..c926679 100644
--- a/src/util.cs
+++ b/src/util.cs
@@ -1318,7 +1318,12 @@ public class Util
                
        //do this for showing the Limited with selected decimals and without loosing the end letter: 'J' or 
'T'
        //called by treeview_jump, treeview_run and gui/jump_edit and gui/run_edit?
-       public static string GetLimitedRounded(string limitedString, int pDN) {
+       public static string GetLimitedRounded(string limitedString, int pDN)
+       {
+               LogB.Information("GetLimitedRounded limitedString pdN");
+               LogB.Information(limitedString);
+               LogB.Information(pDN.ToString());
+
                string myLimitedWithoutLetter = limitedString.Substring(0, limitedString.Length -1);
                string myLimitedLetter = limitedString.Substring(limitedString.Length -1, 1);
 


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