mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed a diagnostic message.
This commit is contained in:
parent
68485ac9b4
commit
35fb201bbe
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ txp_attach(dev)
|
|||
|
||||
ifp = sc->sc_ifp = if_alloc(IFT_ETHER);
|
||||
if (ifp == NULL) {
|
||||
device_printf(dev, "couldn't set up irq\n");
|
||||
device_printf(dev, "can not if_alloc()\n");
|
||||
error = ENOSPC;
|
||||
goto fail;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue