output/Init: fix configuration option name in error message
This commit is contained in:
parent
051b8fbb31
commit
f1ee4caddd
|
@ -279,7 +279,7 @@ audio_output_new(EventLoop &event_loop,
|
|||
throw FormatRuntimeError("No such audio output plugin: %s", p);
|
||||
} else {
|
||||
LogWarning(output_domain,
|
||||
"No 'AudioOutput' defined in config file");
|
||||
"No 'audio_output' defined in config file");
|
||||
|
||||
plugin = audio_output_detect();
|
||||
|
||||
|
|
Loading…
Reference in New Issue