summaryrefslogtreecommitdiff
path: root/libargp/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'libargp/auth.c')
-rw-r--r--libargp/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libargp/auth.c b/libargp/auth.c
index e0b5d86dc..783248667 100644
--- a/libargp/auth.c
+++ b/libargp/auth.c
@@ -71,7 +71,7 @@ auth_set_debug ()
mu_debug_t debug = NULL, prev;
mu_debug_create (&debug, NULL);
- mu_debug_set_level (debug, MU_DEBUG_TRACE);
+ mu_debug_set_level (debug, MU_DEBUG_LEVEL_UPTO (MU_DEBUG_TRACE7));
prev = mu_auth_set_debug (debug);
if (prev)
mu_debug_destroy (&prev, mu_debug_get_owner (prev));

Return to:

Send suggestions and report system problems to the System administrator.