Skip to content

Commit

Permalink
[COOK-4162] - change "No NTP servers specified" message to :debug
Browse files Browse the repository at this point in the history
Signed-off-by: Sean OMeara <[email protected]>
  • Loading branch information
Julian C. Dunn authored and Sean OMeara committed Mar 19, 2014
1 parent 295ac93 commit 3ef7aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'2.pool.ntp.org',
'3.pool.ntp.org'
]
log 'No NTP servers specified, using default ntp.org server pools'
Chef::Log.debug 'No NTP servers specified, using default ntp.org server pools'
end

if node['ntp']['listen'].nil? && !node['ntp']['listen_network'].nil?
Expand Down

0 comments on commit 3ef7aff

Please sign in to comment.