Commit eae9cb4a authored by Max Kellermann's avatar Max Kellermann

Main: use config_domain for inotify error

parent 459a812a
......@@ -639,7 +639,7 @@ static int mpd_main_after_fork(struct options options)
config_get_unsigned(ConfigOption::AUTO_UPDATE_DEPTH,
INT_MAX));
#else
FormatWarning(main_domain,
FormatWarning(config_domain,
"inotify: auto_update was disabled. enable during compilation phase");
#endif
}
......
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