mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Make a warning less cryptic.
This commit is contained in:
parent
6bbc733245
commit
043c780ab0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue