projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ea20a
)
Fix compiling under MinGW.
author
Guus Sliepen
<guus@tinc-vpn.org>
Thu, 14 Apr 2016 15:05:10 +0000
(17:05 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Thu, 14 Apr 2016 15:05:10 +0000
(17:05 +0200)
src/mingw/device.c
patch
|
blob
|
history
diff --git
a/src/mingw/device.c
b/src/mingw/device.c
index
cc65264
..
b047615
100644
(file)
--- 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 */