Skip to content

Commit c375dba

Browse files
committed
fix debug printout wrt. oidc_metrics_cleanup renaming
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent d1f1a93 commit c375dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cfg/cfg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ void oidc_cfg_cleanup_child(oidc_cfg_t *cfg, server_rec *s) {
940940
}
941941
if (cfg->metrics_hook_data != NULL) {
942942
if (oidc_metrics_cleanup(s) != APR_SUCCESS) {
943-
oidc_serror(s, "oidc_metrics_cache_cleanup failed");
943+
oidc_serror(s, "oidc_metrics_cleanup failed");
944944
}
945945
}
946946
}

0 commit comments

Comments
 (0)