summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2016-04-12 22:04:56 -0700
committerTim Smith <tsmith84@gmail.com>2016-04-12 22:04:56 -0700
commit597e51e8466cc50360ad57fa606a7de16d91d49b (patch)
tree5ea34a2de038691ff9c09f487488c403bc25fc23
parentaa5e0180ffb1cc4aeb5f23179120638fb1faa54c (diff)
downloadohai-597e51e8466cc50360ad57fa606a7de16d91d49b.tar.gz
Remove plugin naming in the logging
This isn't going to work here
-rw-r--r--lib/ohai/hints.rb2
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