projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9350006
)
prepare-root: Add missing newline
author
Colin Walters
<walters@verbum.org>
Mon, 12 Feb 2024 21:54:09 +0000
(16:54 -0500)
committer
Colin Walters
<walters@verbum.org>
Mon, 12 Feb 2024 22:42:07 +0000
(17:42 -0500)
This is ugly in the output.
src/switchroot/ostree-prepare-root.c
patch
|
blob
|
history
diff --git
a/src/switchroot/ostree-prepare-root.c
b/src/switchroot/ostree-prepare-root.c
index 2d01482c7548060270439c068f811f661d5ef51e..1daf09b4518cf659a8de9ec91dcf4f436661a60d 100644
(file)
--- 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
{