s3:winbind:grent: fix a debug message.
authorMichael Adam <obnox@samba.org>
Sun, 25 Jan 2015 11:20:35 +0000 (12:20 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 16 Mar 2015 19:26:51 +0000 (20:26 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/winbindd/wb_next_grent.c

index 58e161d98571a89bafae125126f2c063ce3d7a03..02f929ac2f5ff34ee23a86068de87f7fa1051f83 100644 (file)
@@ -103,14 +103,14 @@ static void wb_next_grent_fetch_done(struct tevent_req *subreq)
        TALLOC_FREE(subreq);
        if (tevent_req_nterror(req, status)) {
                /* Ignore errors here, just log it */
-               DEBUG(10, ("query_user_list for domain %s returned %s\n",
+               DEBUG(10, ("QueryGroupList for domain %s returned %s\n",
                           state->gstate->domain->name,
                           nt_errstr(status)));
                return;
        }
        if (!NT_STATUS_IS_OK(result)) {
                /* Ignore errors here, just log it */
-               DEBUG(10, ("query_user_list for domain %s returned %s/%s\n",
+               DEBUG(10, ("QueryGroupList for domain %s returned %s/%s\n",
                           state->gstate->domain->name,
                           nt_errstr(status), nt_errstr(result)));
                tevent_req_nterror(req, result);