This commit is contained in:
shoopea 2020-01-17 10:47:26 +08:00
parent 0017ae92fe
commit 5061f3a25f

2
job.go
View File

@ -1600,7 +1600,7 @@ func jobGWithdraw(j Job) {
ref = hex.EncodeToString(out)
log.Printf("jobGWithdraw[%d] : out string : %s.\n", j.ID64, ref)
ref := hex.EncodeToString(out)
ref = hex.EncodeToString(out)
b, err = json.Marshal(p)
log.Printf("jobGWithdraw[%d] : %s\n", string(b))