This commit is contained in:
shoopea 2019-10-11 16:01:05 +08:00
parent cdbf6c7ab5
commit 4d1073fdcd

2
job.go
View File

@ -981,7 +981,7 @@ func jobVaultStatus(j Job) {
if (depositList[i] - withdrawList[i]) >= 0 {
out = fmt.Sprintf("%s%-5d</code>\n", out, depositList[i]-withdrawList[i])
} else {
out = fmt.Sprintf("%s,/code><pre>%-5d</pre>\n", out, depositList[i]-withdrawList[i])
out = fmt.Sprintf("%s</code><pre>%-5d</pre>\n", out, depositList[i]-withdrawList[i])
}
}
log.Printf("Vault Status :\n%s", out)