smbd: Log which notifyd was found
[metze/samba/wip.git] / 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);