]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:winbind: Improve debug message to print the service in add_ccache_to_list()
authorSamuel Cabrero <scabrero@samba.org>
Thu, 7 Jul 2022 09:28:03 +0000 (11:28 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 12 Jul 2022 11:47:30 +0000 (11:47 +0000)
Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/winbindd/winbindd_cred_cache.c

index c46bb72dad36964ea5056232ff74a3a1be2f6022..333935fbc0c9f1a019ec0052dd7129d1050f87a3 100644 (file)
@@ -681,9 +681,8 @@ NTSTATUS add_ccache_to_list(const char *princ_name,
 
        DLIST_ADD(ccache_list, entry);
 
-       DEBUG(10,("add_ccache_to_list: "
-               "added ccache [%s] for user [%s] to the list\n",
-               ccname, username));
+       DBG_DEBUG("Added ccache [%s] for user [%s] and service [%s]\n",
+                 entry->ccname, entry->username, entry->service);
 
        if (entry->event) {
                /*