# HG changeset patch # User Matthew Wild # Date 1248616494 -3600 # Node ID 0737a3bcf10bea4cfe4df22f31a61940890e2447 # Parent 99ec02c5671679357fe4b2178b2d593032fb3048 Map print() to print_verbose() diff -r 99ec02c56716 -r 0737a3bcf10b squish.lua --- 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 = {}, {}, {};