vfs_ceph: Indicate a successful connection in logs
authorAnoop C S <anoopcs@samba.org>
Fri, 5 Jan 2024 07:15:14 +0000 (12:45 +0530)
committerGünther Deschner <gd@samba.org>
Fri, 26 Jan 2024 15:53:33 +0000 (15:53 +0000)
Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/modules/vfs_ceph.c

index 784653c15300198929ca50d15fe55862ac487d09..88712e872a5a71ad8f4ec304b3b4aab4003150eb 100644 (file)
@@ -285,6 +285,7 @@ static int cephwrap_connect(struct vfs_handle_struct *handle,
 
       connect_ok:
        handle->data = cmount;
+       DBG_WARNING("Connection established with the server: %s\n", cookie);
        /*
         * Unless we have an async implementation of getxattrat turn this off.
         */