lib/bmc-daemon-lib/conf.rb in bmc-daemon-lib-0.13.3 vs lib/bmc-daemon-lib/conf.rb in bmc-daemon-lib-0.13.5
- old
+ new
@@ -70,10 +70,10 @@
def dump
to_hash.to_yaml(indent: 4, useheader: true, useversion: false )
end
def dump_to_logs
- self.log :conf, "configuration dump
+ self.log :conf, "configuration dump"
dump.lines.each do |line|
self.log :conf, "| #{line.rstrip}"
end
end