Some logging level changes

Sat, 25 Jul 2009 19:38:09 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 25 Jul 2009 19:38:09 +0100
changeset 10
d5a4aabb104b
parent 9
875ff34ab96c
child 11
10bb5834c6db

Some logging level changes

squish.lua file | annotate | diff | comparison | revisions
--- a/squish.lua	Sat Jul 25 18:46:47 2009 +0100
+++ b/squish.lua	Sat Jul 25 19:38:09 2009 +0100
@@ -134,9 +134,10 @@
 	]];
 end
 
+print_verbose("Packing modules...");
 for _, module in ipairs(modules) do
 	local modulename, path = module.name, base_path..module.path;
-	print_verbose("Packing "..modulename.." ("..path..")...");
+	print_debug("Packing "..modulename.." ("..path..")...");
 	local data, err = fetch.filesystem(path);
 	if (not data) and module.url then
 		print_debug("Fetching: ".. module.url:gsub("%?", module.path))

mercurial