This commit is contained in:
shoopea 2020-01-15 18:48:51 +08:00
parent a78c33fc07
commit f9bde31169

2
job.go
View File

@ -1585,6 +1585,8 @@ func jobGWithdraw(j Job) {
out := make([]byte, len(in))
c.Encrypt(out, in)
out = append(out, byte(0))
out = append(out, byte(0))
ref := base62.StdEncoding.EncodeToString(out)
log.Printf("jobGWithdraw[%d] : got all the info for ref %s\n", j.ID64, string(ref))