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:
@ -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
|
||||
}()
|
||||
|
||||
|
Reference in New Issue
Block a user