Add missing linefeed in debug output.

This commit is contained in:
Cy Schubert 2017-05-12 01:09:24 +00:00
parent 7e6cd74879
commit f7448f6347
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318202

View File

@ -52,7 +52,7 @@ printpoolnode(np, opts, fields)
PRINTF("\tAddress: %s%s", np->ipn_info ? "! " : "",
inet_ntoa(np->ipn_addr.adf_addr.in4));
} else {
PRINTF("\tAddress: family: %d",
PRINTF("\tAddress: family: %d\n",
np->ipn_addr.adf_family);
#ifdef AF_INET6
}