debug
This commit is contained in:
parent
8e571cd370
commit
5588dc19fc
4
job.go
4
job.go
@ -900,6 +900,8 @@ func jobVaultStatus(j Job) {
|
||||
itemList, depositList, withdrawList []int64
|
||||
)
|
||||
|
||||
log.Printf("jobVaultStatus : starting\n")
|
||||
|
||||
err := setJobStart(j.ID64)
|
||||
logOnError(err, "jobVaultStatus : setJobStart")
|
||||
|
||||
@ -995,6 +997,8 @@ func jobVaultStatus(j Job) {
|
||||
err = setJobDone(j.ID64)
|
||||
logOnError(err, "jobVaultStatus : setJobDone")
|
||||
|
||||
log.Printf("jobVaultStatus : done\n")
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user