Log in the parent winbind log where a request is going
authorVolker Lendecke <vl@samba.org>
Mon, 6 Oct 2008 21:10:42 +0000 (14:10 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 6 Oct 2008 21:10:42 +0000 (14:10 -0700)
source/winbindd/winbindd_dual.c

index 9e9a244acfb35281ed4ab41c7e25e7a62757e268..e57fd7047a60ed623a7c85e884014de27e88508b 100644 (file)
@@ -120,6 +120,10 @@ void async_request(TALLOC_CTX *mem_ctx, struct winbindd_child *child,
 
        SMB_ASSERT(continuation != NULL);
 
+       DEBUG(10, ("Sending request to child pid %d (domain=%s)\n",
+               (int)child->pid,
+               (child->domain != NULL) ? child->domain->name : "''"));
+
        state = TALLOC_P(mem_ctx, struct winbindd_async_request);
 
        if (state == NULL) {