]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Oops, got `<' and `>' markers in trace output reversed.
authorMartin Mares <mj@ucw.cz>
Sun, 12 Mar 2000 20:49:08 +0000 (20:49 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 12 Mar 2000 20:49:08 +0000 (20:49 +0000)
nest/rt-table.c

index d7c66dc7c77095f334eff0700bbf7c4836b86531..7d992aa7fca088694f9d4973443cc5f58b5952a9 100644 (file)
@@ -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