aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Prestwood <prestwoj@gmail.com>2020-03-18 11:54:18 -0700
committerDenis Kenzior <denkenz@gmail.com>2020-03-18 13:10:41 -0500
commitf96f8ba4a050539d71ec0cd779909fe034421e31 (patch)
tree62c38e615d4af35c3dac37d62e59891faaaf8dbf
parent1f1478285725b2e6abaae739fb6657ded7d5758b (diff)
downloadiwd-f96f8ba4a050539d71ec0cd779909fe034421e31.tar.gz
manager: remove warning for AddressRandomization option
Since the 'network' value is handled inside netdev we don't want this warning being printed.
-rw-r--r--src/manager.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/manager.c b/src/manager.c
index a63f35ee4..533975d21 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -759,9 +759,6 @@ static int manager_init(void)
randomize = true;
else if (!strcmp(randomize_str, "disabled"))
randomize = false;
- else
- l_warn("Invalid [General].AddressRandomization"
- " value: %s", randomize_str);
}
if (!l_settings_get_bool(config, "General",