summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/IPXrouted/trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/IPXrouted/trace.c b/usr.sbin/IPXrouted/trace.c
index 63fb1e9..b89d9f8 100644
--- a/usr.sbin/IPXrouted/trace.c
+++ b/usr.sbin/IPXrouted/trace.c
@@ -279,7 +279,7 @@ traceactionlog(action, rt)
first = 0;
}
}
- syslog(LOG_DEBUG, lstr);
+ syslog(LOG_DEBUG, "%s", lstr);
free(lstr);
}
OpenPOWER on IntegriCloud