1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Make a warning less cryptic.

This commit is contained in:
Simon L. B. Nielsen 2004-09-11 15:14:13 +00:00
parent 6bbc733245
commit 043c780ab0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135080

View File

@ -432,7 +432,7 @@ sub load_archlist {
dlog(4, "For driver $1 setting arch to $2");
$archlist{$1} = $2;
} else {
dlog(1, "Could not parse line $lineno");
dlog(1, "Warning: Could not parse archlist line $lineno");
}
}