From: Anoop C S Date: Thu, 8 Jan 2026 06:18:53 +0000 (+0530) Subject: vfs_ceph_new: Add explicit log entry for libcephfs proxy status X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf142e3be712c3542ba1a25299e77a3f054c0a08;p=thirdparty%2Fsamba.git vfs_ceph_new: Add explicit log entry for libcephfs proxy status Other than the loadparm dump, the logs did not indicate whether the libcephfs proxy was in use. Add an explicit log entry to make its status clear. Signed-off-by: Anoop C S Reviewed-by: Shweta Sodani Reviewed-by: John Mulligan --- diff --git a/source3/modules/vfs_ceph_new.c b/source3/modules/vfs_ceph_new.c index 18d5e678f84..430a1b14d6a 100644 --- a/source3/modules/vfs_ceph_new.c +++ b/source3/modules/vfs_ceph_new.c @@ -403,6 +403,7 @@ static bool vfs_cephfs_load_lib(struct vfs_ceph_config *config) libname); FALL_THROUGH; } else { + DBG_INFO("[CEPH] libcephfs proxy loaded\n"); break; } case VFS_CEPHFS_PROXY_NO: