]> 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 21:10:10 +0000 (14:10 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 6 Oct 2008 21:10:10 +0000 (14:10 -0700)
source/winbindd/winbindd_dual.c

index 9a85c0ce43a485661fd15050217e4b269750f171..de6ad61a11219f7253ec865a911928584db48e9e 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) {