From b92937866311037dd63757b9c723155c1f5e5e68 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 12 Feb 2024 16:54:09 -0500 Subject: [PATCH] prepare-root: Add missing newline This is ugly in the output. --- src/switchroot/ostree-prepare-root.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switchroot/ostree-prepare-root.c b/src/switchroot/ostree-prepare-root.c index 2d01482c..1daf09b4 100644 --- a/src/switchroot/ostree-prepare-root.c +++ b/src/switchroot/ostree-prepare-root.c @@ -423,7 +423,7 @@ main (int argc, char *argv[]) using_composefs = true; g_variant_builder_add (&metadata_builder, "{sv}", OTCORE_RUN_BOOTED_KEY_COMPOSEFS, g_variant_new_boolean (true)); - g_print ("composefs: mounted successfully"); + g_print ("composefs: mounted successfully\n"); } else { -- 2.30.2