manager: remove warning for AddressRandomization option

Since the 'network' value is handled inside netdev we don't want this warning
being printed.
This commit is contained in:
James Prestwood 2020-03-18 11:54:18 -07:00 committed by Denis Kenzior
parent 1f14782857
commit f96f8ba4a0
1 changed files with 0 additions and 3 deletions

View File

@ -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",