This commit is contained in:
@ -55,7 +55,7 @@ func New(contextName string) (*client.Client, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
logrus.Debugf("created client for '%s'", contextName)
|
||||
logrus.Debugf("created client for %s", contextName)
|
||||
|
||||
return cl, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user