Commit 9dce8f7b authored by vlagad's avatar vlagad

baselogger related changes in admCommon

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@212796 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ac5e15fd
...@@ -5830,7 +5830,7 @@ public class AdmCommon ...@@ -5830,7 +5830,7 @@ public class AdmCommon
} }
catch(Exception e) catch(Exception e)
{ {
BaseLogger.log("0",null,null,"Exception in getTimeStampValue "+e); System.out.println("Exception in getTimeStampValue "+e);
return null; return null;
} }
return timeStampValue; return timeStampValue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment