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  31a22e715a44f3f10b98b0d26f4099a1f0f48a39
tree    c965d1bf9f6e24e271ba290d0062121552b3c278
parent  dc7cf8f0c7fe60d470d039f06a037c39a7b730c5
...
836
837
838
839
 
840
841
842
...
836
837
838
 
839
840
841
842
0
@@ -836,7 +836,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