Map print() to print_verbose()

Sun, 26 Jul 2009 14:54:54 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 26 Jul 2009 14:54:54 +0100
changeset 29
0737a3bcf10b
parent 28
99ec02c56716
child 30
802e22257a9e

Map print() to print_verbose()

squish.lua file | annotate | diff | comparison | revisions
--- a/squish.lua	Sun Jul 26 14:50:05 2009 +0100
+++ b/squish.lua	Sun Jul 26 14:54:54 2009 +0100
@@ -29,6 +29,8 @@
 if opts.verbose or opts.very_verbose then print_verbose = print; end
 if opts.very_verbose then print_debug = print; end
 
+print = print_verbose;
+
 local enable_debug = opts.enable_debug;
 
 local modules, main_files, resources = {}, {}, {};

mercurial