Browse Source

Remove period

pull/1715/head
Gabe Kangas 4 years ago
parent
commit
f69463f536
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      core/data/config.go

2
core/data/config.go

@ -541,7 +541,7 @@ func GetVideoCodec() string { @@ -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()

Loading…
Cancel
Save