summaryrefslogtreecommitdiff
path: root/lib/coderay/helpers
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-03-26 05:03:55 +0000
committermurphy <murphy@rubychan.de>2010-03-26 05:03:55 +0000
commitcfcf5478b85725d1c3b2a208bfbcff21964fc023 (patch)
tree9c038dd195caccf6db6e86c09130dbc1160ea3dc /lib/coderay/helpers
parent22fdd98d2d230a293b05e44827f266d423651cbc (diff)
downloadcoderay-cfcf5478b85725d1c3b2a208bfbcff21964fc023.tar.gz
Plugin depends on -w instead of -d for warnings.
Diffstat (limited to 'lib/coderay/helpers')
-rw-r--r--lib/coderay/helpers/plugin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/helpers/plugin.rb b/lib/coderay/helpers/plugin.rb
index 34b31a8..2dffbdc 100644
--- a/lib/coderay/helpers/plugin.rb
+++ b/lib/coderay/helpers/plugin.rb
@@ -214,7 +214,7 @@ protected
mapfile = path_to '_map'
if File.exist? mapfile
require mapfile
- elsif $DEBUG
+ elsif $VERBOSE
warn 'no _map.rb found for %s' % name
end
end