Commit f1ee4cad authored by Max Kellermann's avatar Max Kellermann

output/Init: fix configuration option name in error message

parent 051b8fbb
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment