fix
This commit is contained in:
parent
cdbf6c7ab5
commit
4d1073fdcd
2
job.go
2
job.go
@ -981,7 +981,7 @@ func jobVaultStatus(j Job) {
|
|||||||
if (depositList[i] - withdrawList[i]) >= 0 {
|
if (depositList[i] - withdrawList[i]) >= 0 {
|
||||||
out = fmt.Sprintf("%s%-5d</code>\n", out, depositList[i]-withdrawList[i])
|
out = fmt.Sprintf("%s%-5d</code>\n", out, depositList[i]-withdrawList[i])
|
||||||
} else {
|
} 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)
|
log.Printf("Vault Status :\n%s", out)
|
||||||
|
Loading…
Reference in New Issue
Block a user