summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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