Allow detection of waiting_file_selection
This commit is contained in:
@@ -22,7 +22,7 @@ func LoadZurgConfig(filename string, log *logutil.Logger) (ConfigInterface, erro
|
||||
|
||||
switch initialConfig.Version {
|
||||
case "v1":
|
||||
log.Debug("Detected config version: v1")
|
||||
log.Debug("Config version: v1")
|
||||
return loadV1Config(content, log)
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user