diff options
author | Max Kellermann <max@duempel.org> | 2015-09-17 23:15:48 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-09-17 23:15:54 +0200 |
commit | eae9cb4afe0e311a65dc566a0655a54656c8d807 (patch) | |
tree | 3c4ab834789bff22cdaacda2058730b1598bb7d8 /src | |
parent | 459a812a54509ebfd634a3df2998395c9cb5b98f (diff) | |
download | mpd-eae9cb4afe0e311a65dc566a0655a54656c8d807.tar.gz mpd-eae9cb4afe0e311a65dc566a0655a54656c8d807.tar.xz mpd-eae9cb4afe0e311a65dc566a0655a54656c8d807.zip |
Main: use config_domain for inotify error
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.cxx | 2 |
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 } |