diff options
author | Michael Paquier <michael@otacoo.com> | 2015-11-10 08:38:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-11-10 08:38:53 +0100 |
commit | 315f9d98f6099c84ad38ecae9fd5e83101fb1b16 (patch) | |
tree | 5820cb2a83688df8222efb0335681928320902aa /src | |
parent | f087518e7ab66933ce6d084637fb8da9dd13f52b (diff) |
Main: fix build failure on non-Linux systems
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 a3a1b0021..d646573e2 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -630,7 +630,7 @@ static int mpd_main_after_fork(struct options options) config_get_unsigned(CONF_AUTO_UPDATE_DEPTH, INT_MAX)); #else - FormatWarning(main_domain, + FormatWarning(config_domain, "inotify: auto_update was disabled. enable during compilation phase"); #endif } |