]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_ceph_new: add missing newline in debug-logging
authorShachar Sharon <ssharon@redhat.com>
Tue, 20 Aug 2024 09:06:40 +0000 (12:06 +0300)
committerAnoop C S <anoopcs@samba.org>
Wed, 21 Aug 2024 14:18:07 +0000 (14:18 +0000)
commitcbba4008a7fb9e6e91d0568f25ac481b60fda96f
treefd7021d8ffd4a277ae64321ea2ba7dfaebc8cd61
parentdd03cf8b4c8b9c6e626c939564b718b02ba2cd36
vfs_ceph_new: add missing newline in debug-logging

Commit d00f20f3 ("vfs_ceph_new: debug-log upon libcephfs low-level
calls") introduced debug-logging before each call to libcephfs low-level
APIs. Unfortunately, one of the logging messages missed the terminating
newline ('\n') character.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15686

Signed-off-by: Shachar Sharon <ssharon@redhat.com>
Reviewed-by: John Mulligan <jmulligan@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
Autobuild-User(master): Anoop C S <anoopcs@samba.org>
Autobuild-Date(master): Wed Aug 21 14:18:07 UTC 2024 on atb-devel-224
source3/modules/vfs_ceph_new.c