From 491839a81aba00d4af50b66563cedaac4fa7028c Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Thu, 14 Apr 2016 17:05:10 +0200 Subject: [PATCH] Fix compiling under MinGW. --- src/mingw/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mingw/device.c b/src/mingw/device.c index cc65264f..b0476155 100644 --- a/src/mingw/device.c +++ b/src/mingw/device.c @@ -102,7 +102,7 @@ static bool setup_device(void) { get_config_string(lookup_config(config_tree, "Interface"), &iface); if(device && iface) - logger(LOG_WARNING, "Warning: both Device and Interface specified, results may not be as expected"); + logger(DEBUG_ALWAYS, LOG_WARNING, "Warning: both Device and Interface specified, results may not be as expected"); /* Open registry and look for network adapters */ -- 2.20.1