]> git.proxmox.com Git - mirror_zfs.git/commit
Remove extra newline from spa_set_allocator().
authorAlexander Motin <mav@FreeBSD.org>
Tue, 17 Sep 2024 20:15:42 +0000 (16:15 -0400)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2024 20:15:42 +0000 (13:15 -0700)
commitac04407ffec555f2a3385d8e817d0c20870ce33c
tree054d85c3b1f48ddacba1faa35666202bcd16f570
parentbca9b64e7b5a84916282a7f2506fbbc135b4a381
Remove extra newline from spa_set_allocator().

zfs_dbgmsg() does not need newline at the end of the message.

While there, slightly update/sync FreeBSD __dprintf().

Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Alexander Motin <mav@FreeBSD.org>
Sponsored by: iXsystems, Inc.
Closes #16536
module/os/freebsd/zfs/zfs_debug.c
module/zfs/metaslab.c