summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/ip_scopes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ohai/plugins/ip_scopes.rb')
-rw-r--r--lib/ohai/plugins/ip_scopes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/ip_scopes.rb b/lib/ohai/plugins/ip_scopes.rb
index e9367762..5ef5474e 100644
--- a/lib/ohai/plugins/ip_scopes.rb
+++ b/lib/ohai/plugins/ip_scopes.rb
@@ -43,7 +43,7 @@ Ohai.plugin(:IpScopes) do
rescue LoadError => e
# our favourite gem is not installed. Boohoo.
- Ohai::Log.debug("Plugin ip_scopes: cannot load gem, plugin disabled: #{e}")
+ Ohai::Log.debug("Plugin IpScopes: cannot load gem, plugin disabled: #{e}")
end
end