mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing newline to an error message.
MFC after: 3 days
This commit is contained in:
parent
0d93965f43
commit
c086e3d1b7
1 changed files with 1 additions and 1 deletions
|
|
@ -2939,7 +2939,7 @@ alloc_eq(struct adapter *sc, struct port_info *pi, struct sge_eq *eq)
|
|||
}
|
||||
if (rc != 0) {
|
||||
device_printf(sc->dev,
|
||||
"failed to allocate egress queue(%d): %d",
|
||||
"failed to allocate egress queue(%d): %d\n",
|
||||
eq->flags & EQ_TYPEMASK, rc);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue