aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-09-17 23:15:48 +0200
committerMax Kellermann <max@duempel.org>2015-09-17 23:15:54 +0200
commiteae9cb4afe0e311a65dc566a0655a54656c8d807 (patch)
tree3c4ab834789bff22cdaacda2058730b1598bb7d8
parent459a812a54509ebfd634a3df2998395c9cb5b98f (diff)
downloadmpd-eae9cb4afe0e311a65dc566a0655a54656c8d807.tar.gz
mpd-eae9cb4afe0e311a65dc566a0655a54656c8d807.tar.xz
mpd-eae9cb4afe0e311a65dc566a0655a54656c8d807.zip
Main: use config_domain for inotify error
-rw-r--r--src/Main.cxx2
1 files changed, 1 insertions, 1 deletions
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
}