diff --git a/job.go b/job.go index 38a62e8..655ab78 100644 --- a/job.go +++ b/job.go @@ -975,7 +975,7 @@ func jobVaultStatus(j Job) { out = fmt.Sprintf("%s%-32s |%6d |%6d |%6d\n", out, item.Name, depositList[i], withdrawList[i], depositList[i]-withdrawList[i]) } out = fmt.Sprintf("%s", out) - log.Printf("Vault Status :\n%s", out) + c := TGCommand{ Type: commandReplyMsg, Text: out,