This commit is contained in:
Mikaël Cluseau 2019-01-21 17:15:37 +13:00
parent c8551eac5b
commit 155a619aee
1 changed files with 1 additions and 1 deletions

View File

@ -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")
},