From 6eec55223d3d8173e4159ae67c4b5159b6a4d7f0 Mon Sep 17 00:00:00 2001 From: xiekeyang Date: Wed, 30 May 2018 00:08:38 +0800 Subject: [PATCH] Formatted specifiers are not compatible with variables (#706) It missed specifier for namespace --- executor/poolmgr/funcwatcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executor/poolmgr/funcwatcher.go b/executor/poolmgr/funcwatcher.go index c8ecf65b..81b0ef80 100644 --- a/executor/poolmgr/funcwatcher.go +++ b/executor/poolmgr/funcwatcher.go @@ -76,7 +76,7 @@ func (gpm *GenericPoolManager) makeFuncController(fissionClient *crd.FissionClie if err != nil { log.Printf("Error : %v creating %s RoleBinding", err, fission.SecretConfigMapGetterRB) } else { - log.Printf("Successfully set up rolebinding for fetcher SA: %s.%s, in func's ns for func : %s", fission.FissionFetcherSA, envNs, fn.Metadata.Name, fn.Metadata.Namespace) + log.Printf("Successfully set up rolebinding for fetcher SA: %s.%s, in func's ns for func : %s/%s", fission.FissionFetcherSA, envNs, fn.Metadata.Namespace, fn.Metadata.Name) } if istioEnabled {