mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Output newline after debugging message
This commit is contained in:
parent
9a964d6a82
commit
a68f8b580f
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ _fetch_info(char *fmt, ...)
|
|||
va_start(ap, fmt);
|
||||
vfprintf(stderr, fmt, ap);
|
||||
va_end(ap);
|
||||
fputc('\n', stderr);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue