From 886a37dd2309e60f85360ddec562417bbe741730 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Tue, 27 Nov 2001 04:11:49 +0000 Subject: merged my changes with terry indent, daemon can now optionally not fork --- ax25ipd/routing.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ax25ipd/routing.c') diff --git a/ax25ipd/routing.c b/ax25ipd/routing.c index b3af836..990c693 100644 --- a/ax25ipd/routing.c +++ b/ax25ipd/routing.c @@ -11,6 +11,7 @@ #include #include #include +#include /* The routing table structure is not visible outside this module. */ @@ -94,7 +95,7 @@ unsigned int flags; route_tbl = rn; /* Log this entry ... */ - LOGL4("added route: %s\t%s\t%s\t%d\t%d\n", + LOGL4("added route: %s %s %s %d %d\n", call_to_a(rn->callsign), (char *) inet_ntoa(*(struct in_addr *) rn->ip_addr), rn->udp_port ? "udp" : "ip", ntohs(rn->udp_port), flags); -- cgit v1.2.3