Add missing linefeed in debug output.
This commit is contained in:
parent
7e6cd74879
commit
f7448f6347
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318202
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user