@cryptotaxi247 / kubo / commits / 35f651b6c

pollEndpoint: use Debugf

License: MIT Signed-off-by: keks <keks@cryptoscope.co>

keks committed Dec 13, 2017 at 14:20 UTC 35f651b6cb8aba80b67a43c020de4ba503f2d089
1 file changed +1 -1
thirdparty/pollEndpoint/main.go
+1 -1
@@ -54,7 +54,7 @@ func main() {
54
55 // show what we got
56 start := time.Now()
57 - log.Debug("starting at %s, tries: %d, timeout: %s, url: %s", start, *tries, *timeout, u)
57 + log.Debugf("starting at %s, tries: %d, timeout: %s, url: %s", start, *tries, *timeout, u)
58
59 for *tries > 0 {
60