mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing linefeed in debug output.
This commit is contained in:
parent
7e6cd74879
commit
f7448f6347
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue