This commit is contained in:
shoopea 2020-01-16 23:56:05 +08:00
parent 9734f69bbd
commit 497aeeb199
2 changed files with 2 additions and 2 deletions

2
job.go
View File

@ -1384,7 +1384,7 @@ func jobGWithdraw(j Job) {
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)

View File

@ -105,7 +105,7 @@ func main() {
})
botUserID64 = int64(bot.Me.ID)
log.Printf("Test %p.\n", &bot)
log.Printf("Test %p.\n", bot)
failOnError(err, "Registering bot")
log.Println("Bot registered")