mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 18:53:08 -04:00
Remove a spurious message.
This commit is contained in:
parent
c2069b2c84
commit
218e61c915
1 changed files with 1 additions and 1 deletions
|
|
@ -665,7 +665,7 @@ bquprobe(struct isa_device *idp)
|
|||
}
|
||||
|
||||
if (!found){
|
||||
printf("b004probe(): no B004-board found.\n");
|
||||
DEB(printf("b004probe(): no B004-board found.\n"));
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue