]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Log in the parent winbind log where a request is going
authorVolker Lendecke <vl@samba.org>
Mon, 6 Oct 2008 08:57:13 +0000 (10:57 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 6 Oct 2008 08:57:47 +0000 (10:57 +0200)
source3/winbindd/winbindd_dual.c

index 1600f05eb1ceb582cc2fc98622fb7571b34eaffb..f6a9c1f26d356ebe4cd95cec9312496d49953a0a 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) {