Merge "Removes host file contents from DHCP agent logs" into stable/liberty

This commit is contained in:
Jenkins 2016-03-23 20:34:22 +00:00 committed by Gerrit Code Review
commit 4b1d8dca9b
1 changed files with 1 additions and 2 deletions

View File

@ -671,8 +671,7 @@ class Dnsmasq(DhcpLocalProcess):
(port.mac_address, name, ip_address))
utils.replace_file(filename, buf.getvalue())
LOG.debug('Done building host file %s with contents:\n%s', filename,
buf.getvalue())
LOG.debug('Done building host file %s', filename)
return filename
def _get_client_id(self, port):