Remove references to config file. #1697

This commit is contained in:
Gabe Kangas
2022-01-31 16:01:34 -08:00
parent ade392e5db
commit 3f974ce7db
3 changed files with 3 additions and 3 deletions

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 in your config file")
return errors.New("no stream key set. Please set one via the admin or command line arguments.")
}
logoPath := GetLogoPath()