1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 03:42:21 +08:00

log formatting (info -> infof)

This commit is contained in:
Jeromy
2014-11-21 03:54:26 +00:00
parent 8bf7948722
commit 34da5f039c
2 changed files with 3 additions and 3 deletions

View File

@ -165,7 +165,7 @@ func listenAndServeAPI(node *core.IpfsNode, req cmds.Request, addr ma.Multiaddr)
return
}
log.Info("terminating daemon at %s...", addr)
log.Infof("terminating daemon at %s...", addr)
server.Shutdown <- true
}()