1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

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

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(" ", @pathlist), "\n");
}