summaryrefslogtreecommitdiffstats
path: root/modules/md/mod_md_status.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/md/mod_md_status.c')
-rw-r--r--modules/md/mod_md_status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/md/mod_md_status.c b/modules/md/mod_md_status.c
index 6b29256b67..033628f267 100644
--- a/modules/md/mod_md_status.c
+++ b/modules/md/mod_md_status.c
@@ -617,7 +617,7 @@ static void si_val_stapling(status_ctx *ctx, md_json_t *mdj, const status_info *
apr_brigade_puts(ctx->bb, NULL, NULL, "on");
}
else {
- apr_brigade_printf(ctx->bb, NULL, NULL, "%s: on", ctx->prefix);
+ apr_brigade_printf(ctx->bb, NULL, NULL, "%sStapling: on\n", ctx->prefix);
}
}