mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
libdtrace: Add a missing newline to an error message
MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2997ab002e
commit
1ef441f699
1 changed files with 1 additions and 1 deletions
|
|
@ -1470,7 +1470,7 @@ alloc:
|
|||
dtyp->dty_dst, ctf_lookup_by_name(dmp->dm_ctfp,
|
||||
dtyp->dty_src)) == CTF_ERR) {
|
||||
dt_dprintf("failed to add typedef %s %s to D "
|
||||
"container: %s", dtyp->dty_src, dtyp->dty_dst,
|
||||
"container: %s\n", dtyp->dty_src, dtyp->dty_dst,
|
||||
ctf_errmsg(ctf_errno(dmp->dm_ctfp)));
|
||||
return (set_open_errno(dtp, errp, EDT_CTF));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue