From: Colin Walters Date: Mon, 12 Feb 2024 21:54:09 +0000 (-0500) Subject: prepare-root: Add missing newline X-Git-Tag: archive/raspbian/2024.8-1+rpi1^2~7^2~5^2~3^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b92937866311037dd63757b9c723155c1f5e5e68;p=ostree.git prepare-root: Add missing newline This is ugly in the output. --- 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 {