From eae9cb4afe0e311a65dc566a0655a54656c8d807 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Sep 2015 23:15:48 +0200 Subject: Main: use config_domain for inotify error --- src/Main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main.cxx') diff --git a/src/Main.cxx b/src/Main.cxx index 6e646da39..4a8b2a55c 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -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 } -- cgit v1.2.3