diff --git a/core/data/config.go b/core/data/config.go index 08662b835..04dba027d 100644 --- a/core/data/config.go +++ b/core/data/config.go @@ -541,7 +541,7 @@ func GetVideoCodec() string { // VerifySettings will perform a sanity check for specific settings values. func VerifySettings() error { if GetStreamKey() == "" { - return errors.New("no stream key set. Please set one via the admin or command line arguments.") + return errors.New("no stream key set. Please set one via the admin or command line arguments") } logoPath := GetLogoPath()