mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
addons: dhcp: move policy log info to debug
Signed-off-by: Julien Fortin <jfortin@nvidia.com>
This commit is contained in:
@ -66,7 +66,7 @@ class dhcp(Addon, moduleBase):
|
||||
if self.dhclient_retry_on_failure < 0:
|
||||
self.dhclient_retry_on_failure = 0
|
||||
|
||||
self.logger.info("dhclient: dhclient_retry_on_failure set to %s" % self.dhclient_retry_on_failure)
|
||||
self.logger.debug("dhclient: dhclient_retry_on_failure set to %s" % self.dhclient_retry_on_failure)
|
||||
|
||||
def syntax_check(self, ifaceobj, ifaceobj_getfunc):
|
||||
return self.is_dhcp_allowed_on(ifaceobj, syntax_check=True)
|
||||
|
Reference in New Issue
Block a user