From 35f651b6cb8aba80b67a43c020de4ba503f2d089 Mon Sep 17 00:00:00 2001 From: keks Date: Wed, 13 Dec 2017 14:20:15 +0100 Subject: [PATCH] pollEndpoint: use Debugf License: MIT Signed-off-by: keks --- thirdparty/pollEndpoint/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/pollEndpoint/main.go b/thirdparty/pollEndpoint/main.go index 76e111a43..c41f8ae4c 100644 --- a/thirdparty/pollEndpoint/main.go +++ b/thirdparty/pollEndpoint/main.go @@ -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 {