smbd: Log which notifyd was found
authorVolker Lendecke <vl@samba.org>
Thu, 23 Jun 2016 12:24:32 +0000 (14:24 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 20 Jul 2016 03:21:07 +0000 (05:21 +0200)
Just a debugging aid

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/notify_msg.c

index d349e91437075aba37506000bc799922fb559be5..20b286492e810b851afa2ad9f8b18f95472ed284 100644 (file)
@@ -74,6 +74,12 @@ struct notify_context *notify_init(
                return NULL;
        }
 
+       {
+               struct server_id_buf tmp;
+               DBG_DEBUG("notifyd=%s\n",
+                         server_id_str_buf(ctx->notifyd, &tmp));
+       }
+
        if (callback != NULL) {
                status = messaging_register(msg, ctx, MSG_PVFS_NOTIFY,
                                            notify_handler);