mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Oops, got <' and
>' markers in trace output reversed.
This commit is contained in:
@@ -108,14 +108,14 @@ static inline void
|
||||
rte_trace_in(unsigned int flag, struct proto *p, rte *e, char *msg)
|
||||
{
|
||||
if (p->debug & flag)
|
||||
rte_trace(p, e, '<', msg);
|
||||
rte_trace(p, e, '>', msg);
|
||||
}
|
||||
|
||||
static inline void
|
||||
rte_trace_out(unsigned int flag, struct proto *p, rte *e, char *msg)
|
||||
{
|
||||
if (p->debug & flag)
|
||||
rte_trace(p, e, '>', msg);
|
||||
rte_trace(p, e, '<', msg);
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
Reference in New Issue
Block a user