diff options
Diffstat (limited to 'libpam/pam_dispatch.c')
-rw-r--r-- | libpam/pam_dispatch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpam/pam_dispatch.c b/libpam/pam_dispatch.c index 6212ac87..2a6befd4 100644 --- a/libpam/pam_dispatch.c +++ b/libpam/pam_dispatch.c @@ -126,8 +126,7 @@ static int _pam_dispatch_aux(pam_handle_t *pamh, int flags, struct handler *h, action = h->actions[cached_retval]; } - D((stderr, - "use_cached_chain=%d action=%d cached_retval=%d retval=%d\n", + D(("use_cached_chain=%d action=%d cached_retval=%d retval=%d", use_cached_chain, action, cached_retval, retval)); /* decide what to do */ |