From 8fe64f85835b3d5c88d257e396a274eaaa61ef16 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 30 Jul 2024 14:12:01 -0400 Subject: Changes indentation level of output --- src/delivery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/delivery.c b/src/delivery.c index 973570a..38810a3 100644 --- a/src/delivery.c +++ b/src/delivery.c @@ -2226,7 +2226,7 @@ int delivery_fixup_test_results(struct Delivery *ctx) { } sprintf(path, "%s/%s", ctx->storage.results_dir, rec->d_name); - msg(STASIS_MSG_L2, "%s\n", rec->d_name); + msg(STASIS_MSG_L3, "%s\n", rec->d_name); if (xml_pretty_print_in_place(path, STASIS_XML_PRETTY_PRINT_PROG, STASIS_XML_PRETTY_PRINT_ARGS)) { msg(STASIS_MSG_L3 | STASIS_MSG_WARN, "Failed to rewrite file '%s'\n", rec->d_name); } -- cgit