test
This commit is contained in:
parent
9734f69bbd
commit
497aeeb199
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 / %p.\n", j.ID64, botUserID64, &bot)
|
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)
|
||||||
|
|
||||||
|
2
main.go
2
main.go
@ -105,7 +105,7 @@ func main() {
|
|||||||
})
|
})
|
||||||
botUserID64 = int64(bot.Me.ID)
|
botUserID64 = int64(bot.Me.ID)
|
||||||
|
|
||||||
log.Printf("Test %p.\n", &bot)
|
log.Printf("Test %p.\n", bot)
|
||||||
|
|
||||||
failOnError(err, "Registering bot")
|
failOnError(err, "Registering bot")
|
||||||
log.Println("Bot registered")
|
log.Println("Bot registered")
|
||||||
|
Loading…
Reference in New Issue
Block a user