From b0a47440e33e7a270205130b01d59faadb6b6726 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 12 Mar 2000 20:49:08 +0000 Subject: Oops, got `<' and `>' markers in trace output reversed. --- nest/rt-table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nest') diff --git a/nest/rt-table.c b/nest/rt-table.c index d7c66dc..7d992aa 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -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 -- cgit v1.2.3