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:
parent
6bbc733245
commit
043c780ab0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135080
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user