mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
prepare-root: Add missing newline
This is ugly in the output.
This commit is contained in:
parent
9350006011
commit
b929378663
@ -423,7 +423,7 @@ main (int argc, char *argv[])
|
|||||||
using_composefs = true;
|
using_composefs = true;
|
||||||
g_variant_builder_add (&metadata_builder, "{sv}", OTCORE_RUN_BOOTED_KEY_COMPOSEFS,
|
g_variant_builder_add (&metadata_builder, "{sv}", OTCORE_RUN_BOOTED_KEY_COMPOSEFS,
|
||||||
g_variant_new_boolean (true));
|
g_variant_new_boolean (true));
|
||||||
g_print ("composefs: mounted successfully");
|
g_print ("composefs: mounted successfully\n");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user