Log in the parent winbind log where a request is going
authorVolker Lendecke <vl@sernet.de>
Mon, 6 Oct 2008 08:18:38 +0000 (10:18 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 17 Oct 2008 09:46:21 +0000 (11:46 +0200)
source/winbindd/winbindd_dual.c

index 1e8325f98338efe3be1f244103687994bfe74f3c..38d4a89f1e1ee33f46062eb1c62253c5a45ef3c1 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) {