diff options
Diffstat (limited to 'flow.c')
| -rw-r--r-- | flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -550,7 +550,7 @@ norule: /* This shouldn't happen, because if there's no rule for it we should * have no listening socket that would let us get here */ - flow_log(flow, LOG_DEBUG, false, true, "Missing forward rule"); + flow_dbg(flow, "Missing forward rule"); nofwd: flow_err(flow, "No rules to forward %s %s [%s]:%hu -> [%s]:%hu", |
