test
This commit is contained in:
parent
a2b294b708
commit
9734f69bbd
2
job.go
2
job.go
@ -1384,7 +1384,7 @@ func jobGWithdraw(j Job) {
|
|||||||
doneTab map[int64]int64
|
doneTab map[int64]int64
|
||||||
)
|
)
|
||||||
|
|
||||||
log.Printf("jobGWithdraw[%d] : test %d / %d.\n", j.ID64, botUserID64, bot.Me.ID)
|
log.Printf("jobGWithdraw[%d] : test %d / %p.\n", j.ID64, botUserID64, &bot)
|
||||||
|
|
||||||
log.Printf("jobGWithdraw[%d] : Starting.\n", j.ID64)
|
log.Printf("jobGWithdraw[%d] : Starting.\n", j.ID64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user