Changed the verbosity level for path, too.

This commit is contained in:
freesource
2001-12-22 19:33:56 +00:00
parent 98e0a3af7d
commit b8c67ae31d
+1 -1
View File
@@ -2193,7 +2193,7 @@ sub path {
} }
} }
info(1, "Search path is now:\n", info(0, "Search path is now:\n",
join(" ", @additional_dirs), " ", join(" ", @additional_dirs), " ",
join(" ", @pathlist), "\n"); join(" ", @pathlist), "\n");
} }