summaryrefslogtreecommitdiff
path: root/auth/auth_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth_log.c')
-rw-r--r--auth/auth_log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/auth_log.c b/auth/auth_log.c
index 67d23c12a1b..38d29db4396 100644
--- a/auth/auth_log.c
+++ b/auth/auth_log.c
@@ -201,7 +201,7 @@ static void log_authentication_event_json(
lp_ctx,
&wrapper,
AUTH_JSON_TYPE,
- DBGC_AUTH_AUDIT,
+ DBGC_AUTH_AUDIT_JSON,
debug_level);
json_free(&wrapper);
}
@@ -281,7 +281,7 @@ static void log_successful_authz_event_json(
lp_ctx,
&wrapper,
AUTHZ_JSON_TYPE,
- DBGC_AUTH_AUDIT,
+ DBGC_AUTH_AUDIT_JSON,
debug_level);
json_free(&wrapper);
}