mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
winbindd: Simplify two debug msgs
With DBG_DEBUG we get the function name automatically, DEBUGADD is also not necessary here Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Aug 1 11:45:34 CEST 2017 on sn-devel-144
This commit is contained in:
parent
69187d92e5
commit
a70ab5f020
@ -118,9 +118,8 @@ static void krb5_ticket_refresh_handler(struct tevent_context *event_ctx,
|
||||
struct WINBINDD_MEMORY_CREDS *cred_ptr = entry->cred_ptr;
|
||||
#endif
|
||||
|
||||
DEBUG(10,("krb5_ticket_refresh_handler called\n"));
|
||||
DEBUGADD(10,("event called for: %s, %s\n",
|
||||
entry->ccname, entry->username));
|
||||
DBG_DEBUG("event called for: %s, %s\n",
|
||||
entry->ccname, entry->username);
|
||||
|
||||
TALLOC_FREE(entry->event);
|
||||
|
||||
@ -311,9 +310,8 @@ static void krb5_ticket_gain_handler(struct tevent_context *event_ctx,
|
||||
struct winbindd_domain *domain = NULL;
|
||||
#endif
|
||||
|
||||
DEBUG(10,("krb5_ticket_gain_handler called\n"));
|
||||
DEBUGADD(10,("event called for: %s, %s\n",
|
||||
entry->ccname, entry->username));
|
||||
DBG_DEBUG("event called for: %s, %s\n",
|
||||
entry->ccname, entry->username);
|
||||
|
||||
TALLOC_FREE(entry->event);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user