public
Description: master merb branch
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb.git
Make this debugging message only on in verbose mode
wycats (author)
Tue Dec 02 18:53:21 -0800 2008
commit  e6514c3eca1cb20161367106c9a66f11a816a09a
tree    602d05083cd5bd4f50b3d325556bb58bbd53ea12
parent  12fb02ca399dc5f615b90b5383ae06d18e3e44c6
...
838
839
840
841
 
842
843
844
...
838
839
840
 
841
842
843
844
0
@@ -838,7 +838,7 @@ class Merb::BootLoader::LoadClasses < Merb::BootLoader
0
     #
0
     # :api: private
0
     def load_file(file, reload = false)
0
-      puts "#{reload ? "re" : ""}loading #{file}"
0
+      Merb.logger.verbose! "#{reload ? "re" : ""}loading #{file}"
0
       
0
       # If we're going to be reloading via constant remove,
0
       # keep track of what constants were loaded and what files

Comments