diff options
author | Tim Smith <tsmith84@gmail.com> | 2016-04-12 22:04:56 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2016-04-12 22:04:56 -0700 |
commit | 597e51e8466cc50360ad57fa606a7de16d91d49b (patch) | |
tree | 5ea34a2de038691ff9c09f487488c403bc25fc23 /lib/ohai/hints.rb | |
parent | aa5e0180ffb1cc4aeb5f23179120638fb1faa54c (diff) | |
download | ohai-597e51e8466cc50360ad57fa606a7de16d91d49b.tar.gz |
Remove plugin naming in the logging
This isn't going to work here
Diffstat (limited to 'lib/ohai/hints.rb')
-rw-r--r-- | lib/ohai/hints.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/hints.rb b/lib/ohai/hints.rb index a4d18adc..10f1719d 100644 --- a/lib/ohai/hints.rb +++ b/lib/ohai/hints.rb @@ -33,7 +33,7 @@ module Ohai # should exist because the file did, even if it didn't # contain anything rescue FFI_Yajl::ParseError => e - Ohai::Log.error("Plugin #{self.name}: Could not parse hint file at #{filename}: #{e.message}") + Ohai::Log.error("Could not parse hint file at #{filename}: #{e.message}") end end |