From 5e9abeb82c3324bf9eb4eaa600fe70656406d37a Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 11 Oct 2019 15:48:20 +0800 Subject: [PATCH] debug --- job.go | 1 + 1 file changed, 1 insertion(+) diff --git a/job.go b/job.go index 326a601..f3f8b48 100644 --- a/job.go +++ b/job.go @@ -978,6 +978,7 @@ func jobVaultStatus(j Job) { out = fmt.Sprintf("%s,/code>
-5d
\n", out, depositList[i]-withdrawList[i]) } } + log.Printf("Vault Status :\n%s", out) c := TGCommand{ Type: commandReplyMsg, Text: out,