X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fmingw%2Fdevice.c;h=b047615577d76c91c889104d410dfb8f6cf95596;hp=7a462ba54bfebbafa654aebde59abac5dc6d0610;hb=491839a81aba00d4af50b66563cedaac4fa7028c;hpb=1ceea259c3ba5efb9b8b12161e75256270ba4804 diff --git a/src/mingw/device.c b/src/mingw/device.c index 7a462ba5..b0476155 100644 --- a/src/mingw/device.c +++ b/src/mingw/device.c @@ -101,8 +101,8 @@ static bool setup_device(void) { get_config_string(lookup_config(config_tree, "Device"), &device); get_config_string(lookup_config(config_tree, "Interface"), &iface); - if(device && interface) - logger(LOG_WARNING, "Warning: both Device and Interface specified, results may not be as expected"); + if(device && iface) + logger(DEBUG_ALWAYS, LOG_WARNING, "Warning: both Device and Interface specified, results may not be as expected"); /* Open registry and look for network adapters */