squish.lua

changeset 29
0737a3bcf10b
parent 28
99ec02c56716
child 31
84b653f78e5f
--- 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