diff --git a/config.go b/config.go index 3d95cc5..90cd3f4 100644 --- a/config.go +++ b/config.go @@ -44,7 +44,7 @@ func (c *Config) setDefaults() { } if c.StreamName == "" { - c.Logger.WithField("type", "config").Error("AppName required") + c.Logger.WithField("type", "config").Error("StreamName required") os.Exit(1) }