mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
remove a leftover debugging message
This commit is contained in:
parent
2efccbe06d
commit
0d3003c0c8
1 changed files with 0 additions and 1 deletions
|
|
@ -731,7 +731,6 @@ dummynet_io(struct mbuf **m0, int dir, struct ip_fw_args *fwa)
|
|||
goto dropit;
|
||||
}
|
||||
if (fs->sched->fp->enqueue(si, q, m)) {
|
||||
printf("%s dropped by enqueue\n", __FUNCTION__);
|
||||
/* packet was dropped by enqueue() */
|
||||
m = *m0 = NULL;
|
||||
goto dropit;
|
||||
|
|
|
|||
Loading…
Reference in a new issue