From 315f9d98f6099c84ad38ecae9fd5e83101fb1b16 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Tue, 10 Nov 2015 08:38:53 +0100 Subject: [PATCH] Main: fix build failure on non-Linux systems --- NEWS | 1 + src/Main.cxx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 393841ce7..1ba510797 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ ver 0.19.12 (not yet released) +* fix build failure on non-Linux systems ver 0.19.11 (2015/10/27) * tags 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 }