X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fmingw%2Fdevice.c;h=b047615577d76c91c889104d410dfb8f6cf95596;hb=6d0452896673c36226c24144d4bde824a49c3950;hp=cc65264fa99b374374d380ea48bd3dc942aef511;hpb=e355088535ee9ebb12a4db0043bf6a9743085b28;p=tinc 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 */