MS .0.8
This commit is contained in:
@@ -248,7 +248,7 @@ Public Class RefreshHelper
|
||||
timespan_ = String.Format("{0:00}.{1:00} seconds", ts.Seconds, ts.Milliseconds / 10)
|
||||
End If
|
||||
If timespan_ <> "00:00.00" Then
|
||||
Dim message = String.Format("{0} || {1}", timespan_, label)
|
||||
Dim message = String.Format("PerformanceWatch {0} || {1}", timespan_, label)
|
||||
|
||||
If LOGCONFIG.Debug = True Then
|
||||
LOGGER.Debug(message)
|
||||
|
||||
Reference in New Issue
Block a user