Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed May 5, 2014
1 parent 6149337 commit 1c564e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/network/network_autoconfiguration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ def configure_dns
# get default value, from control.xml
DNS.write_hostname = DNS.DefaultWriteHostname

log.info("NetworkAutoconfiguration: proposing DNS / Hostname configuration")
log.info("dhcp hostname: #{DNS.dhcp_hostname}")
log.info("write hostname: #{DNS.write_hostname}")

DNS.Write
end

Expand Down

0 comments on commit 1c564e5

Please sign in to comment.