mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-26 15:42:21 +08:00
pollEndpoint: use Debugf
License: MIT Signed-off-by: keks <keks@cryptoscope.co>
This commit is contained in:
2
thirdparty/pollEndpoint/main.go
vendored
2
thirdparty/pollEndpoint/main.go
vendored
@ -54,7 +54,7 @@ func main() {
|
||||
|
||||
// show what we got
|
||||
start := time.Now()
|
||||
log.Debug("starting at %s, tries: %d, timeout: %s, url: %s", start, *tries, *timeout, u)
|
||||
log.Debugf("starting at %s, tries: %d, timeout: %s, url: %s", start, *tries, *timeout, u)
|
||||
|
||||
for *tries > 0 {
|
||||
|
||||
|
Reference in New Issue
Block a user