formatting faux pas'es

This commit is contained in:
Michael Quigley
2022-12-06 14:53:59 -05:00
parent 9f4c37f88a
commit 4b7c1d3b51
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ func Bootstrap(skipCtrl, skipFrontend bool, inCfg *Config) error {
if publicFe.PublicName != nil && publicFe.UrlTemplate != nil {
logrus.Infof("found public frontend entry '%v' (%v) for ziti identity '%v'", *publicFe.PublicName, publicFe.Token, frontendZId)
} else {
logrus.Warnf("found frontend entry for ziti identity '%v'; missing either public name or url template")
logrus.Warnf("found frontend entry for ziti identity '%v'; missing either public name or url template", frontendZId)
}
}
}