fix format string
This commit is contained in:
parent
3c7d500ef9
commit
b7f732ce82
1 changed files with 1 additions and 1 deletions
2
web.go
2
web.go
|
@ -2338,7 +2338,7 @@ func bgmonitor() {
|
|||
for {
|
||||
time.Sleep(5 * time.Minute)
|
||||
log.Printf("good morning!")
|
||||
log.Printf("outstanding deliveries: %s", garage.Outstanding())
|
||||
log.Printf("outstanding deliveries: %d", garage.Outstanding())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue