make_squishy

changeset 70
0fd43db11abc
parent 69
df181dcc02b7
child 84
14f827efadf2
--- a/make_squishy	Thu Jul 08 01:11:40 2010 +0100
+++ b/make_squishy	Thu Jul 08 01:14:51 2010 +0100
@@ -87,7 +87,7 @@
 					filename = resolve_module(module, package_cpath);
 				end
 				if not filename then
-					print_info("Couldn't resolve "..module.." (required in "..scanfile..")");
+					print_info("Couldn't resolve module '"..module.."' to a file (required in "..scanfile..")");
 				elseif opts.recursion ~= false and not scanned_files[filename] then
 					scanned_files[filename] = true;
 					table.insert(files, filename);

mercurial