0

Remove period

This commit is contained in:
Gabe Kangas 2022-01-31 16:03:26 -08:00
parent 3f974ce7db
commit f69463f536
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

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