summaryrefslogtreecommitdiff
path: root/auth/radius.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth/radius.c')
-rw-r--r--auth/radius.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/radius.c b/auth/radius.c
index 9b3d0e104..225b4e445 100644
--- a/auth/radius.c
+++ b/auth/radius.c
@@ -204,7 +204,7 @@ mu_grad_logger(int level,
strcat (pfx, fmt);
}
}
- mu_diag_voutput (mlevel[level & L_PRIMASK], pfx ? pfx : fmt, ap);
+ mu_diag_voutput (mlevel[level & GRAD_LOG_PRIMASK], pfx ? pfx : fmt, ap);
if (pfx)
free(pfx);
}

Return to:

Send suggestions and report system problems to the System administrator.