Add a missing white space.

This commit is contained in:
Hiroki Sato 2013-07-09 07:03:54 +00:00
parent 88e07d922d
commit bba75509c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253057

View File

@ -1286,7 +1286,7 @@ make_prefix(struct rainfo *rai, int ifindex, struct in6_addr *addr, int plen)
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);