Update stream name label

This commit is contained in:
Harlow Ward 2016-05-27 18:43:55 -06:00
parent a2e443925d
commit cc936aed04

View file

@ -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)
}