diff options
author | murphy <murphy@rubychan.de> | 2010-03-26 05:03:55 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-03-26 05:03:55 +0000 |
commit | cfcf5478b85725d1c3b2a208bfbcff21964fc023 (patch) | |
tree | 9c038dd195caccf6db6e86c09130dbc1160ea3dc | |
parent | 22fdd98d2d230a293b05e44827f266d423651cbc (diff) | |
download | coderay-cfcf5478b85725d1c3b2a208bfbcff21964fc023.tar.gz |
Plugin depends on -w instead of -d for warnings.
-rw-r--r-- | lib/coderay/helpers/plugin.rb | 2 |
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 |