From 155a619aee303005b226c15b89cf544b0fee1dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Mon, 21 Jan 2019 17:15:37 +1300 Subject: [PATCH] cosmetic --- cmd/dkl-dir2config/render-context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dkl-dir2config/render-context.go b/cmd/dkl-dir2config/render-context.go index 90301a1..1750208 100644 --- a/cmd/dkl-dir2config/render-context.go +++ b/cmd/dkl-dir2config/render-context.go @@ -173,7 +173,7 @@ func (ctx *renderContext) templateFuncs(ctxMap map[string]interface{}) map[strin }, "tls_dir": func(name string) (s string, err error) { - log.Printf("CTX: %p", ctx) + log.Printf(" CTX: %p", ctx) return getKeyCert(name, "tls_dir") },