Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Downgraded localdhcp warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
labisso committed Jul 15, 2010
1 parent 3200c75 commit fd033d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def validate(self):
# when localdhcp is off, the rest of the module is basically a no-op

if not self.localdhcp:
self.c.log.warn("local DHCP is disabled. DHCP requests will hit your site DHCP server")
self.c.log.info("local DHCP is disabled. DHCP requests will hit your site DHCP server")
return

self.dhcpconfig = self.p.get_conf_or_none("dhcp", "dhcpconfig")
Expand Down

0 comments on commit fd033d7

Please sign in to comment.