svn commit: r253057 - head/usr.sbin/rtadvd
Hiroki Sato
hrs at FreeBSD.org
Tue Jul 9 07:03:55 UTC 2013
Author: hrs
Date: Tue Jul 9 07:03:54 2013
New Revision: 253057
URL: http://svnweb.freebsd.org/changeset/base/253057
Log:
Add a missing white space.
Modified:
head/usr.sbin/rtadvd/config.c
Modified: head/usr.sbin/rtadvd/config.c
==============================================================================
--- head/usr.sbin/rtadvd/config.c Tue Jul 9 06:51:41 2013 (r253056)
+++ head/usr.sbin/rtadvd/config.c Tue Jul 9 07:03:54 2013 (r253057)
@@ -1286,7 +1286,7 @@ make_prefix(struct rainfo *rai, int ifin
memset(&ipr, 0, sizeof(ipr));
if (if_indextoname(ifindex, ipr.ipr_name) == NULL) {
- syslog(LOG_ERR, "<%s> Prefix added interface No.%d doesn't"
+ syslog(LOG_ERR, "<%s> Prefix added interface No.%d doesn't "
"exist. This should not happen! %s", __func__,
ifindex, strerror(errno));
exit(1);
More information about the svn-src-head
mailing list