mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a missing newline to a log message.
MFC after: 1 week
This commit is contained in:
parent
01869be58e
commit
eb3ff358dc
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ sa6_recoverscope(struct sockaddr_in6 *sin6)
|
|||
zoneid != sin6->sin6_scope_id) {
|
||||
log(LOG_NOTICE,
|
||||
"%s: embedded scope mismatch: %s%%%d. "
|
||||
"sin6_scope_id was overridden.", __func__,
|
||||
"sin6_scope_id was overridden\n", __func__,
|
||||
ip6_sprintf(ip6buf, &sin6->sin6_addr),
|
||||
sin6->sin6_scope_id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue