Added time to debug info

This commit is contained in:
M66B 2019-03-25 17:41:43 +00:00
parent f5d810df7e
commit 55e9f1f592
1 changed files with 4 additions and 0 deletions

View File

@ -481,6 +481,10 @@ public class Helper {
sb.append("\r\n");
sb.append(new Date().toString()).append("\r\n");
sb.append("\r\n");
return sb;
}