diff --git a/confext/confParser.go b/confext/confParser.go index 7f54bf6..530e6e1 100644 --- a/confext/confParser.go +++ b/confext/confParser.go @@ -74,7 +74,7 @@ func processEnvOverrides(rval reflect.Value, delim string, prefix string) error rvfield.Set(reflect.ValueOf(envval)) - fmt.Printf("[CONF] Overwrite config '%s' () with '%s'\n", fullEnvKey, envval) + fmt.Printf("[CONF] Overwrite config '%s' with '%s'\n", fullEnvKey, envval) } else if rvfield.Type() == reflect.TypeOf(int(0)) {