summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBjörn Albers <bjoernalbers@googlemail.com>2012-06-01 10:51:15 +0200
committerBjörn Albers <bjoernalbers@googlemail.com>2012-06-01 10:51:15 +0200
commita0cc7a3b5103a6e4de3dcce58d2937b52d704333 (patch)
tree8db4d34b017b878214cb2335e2f4023246a3ebbb /lib
parent2f84542c0b0223e2720e3bc9af019d4418bd52c5 (diff)
downloadmixlib-log-a0cc7a3b5103a6e4de3dcce58d2937b52d704333.tar.gz
Fix inconsistend doc string for default log level.
Diffstat (limited to 'lib')
-rw-r--r--lib/mixlib/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/log.rb b/lib/mixlib/log.rb
index 2819d1d..aa477c8 100644
--- a/lib/mixlib/log.rb
+++ b/lib/mixlib/log.rb
@@ -72,7 +72,7 @@ module Mixlib
# get passed directly to Logger.new, so check out the documentation for the standard Logger class
# to understand what to do here.
#
- # If this method is called with no arguments, it will log to STDOUT at the :info level.
+ # If this method is called with no arguments, it will log to STDOUT at the :warn level.
#
# It also configures the Logger instance it creates to use the custom Mixlib::Log::Formatter class.
def init(*opts)