[PATCH] startup: Add missing newline to notice message

Jules Maselbas jmaselbas at kalray.eu
Thu Jul 16 09:28:16 EDT 2020


Signed-off-by: Jules Maselbas <jmaselbas at kalray.eu>
---
 common/startup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/startup.c b/common/startup.c
index 511675ed5..10dbe754e 100644
--- a/common/startup.c
+++ b/common/startup.c
@@ -155,7 +155,7 @@ static int load_environment(void)
 			envfs_load(default_environment_path, "/env", 0);
 	} else {
 		if (IS_ENABLED(CONFIG_DEFAULT_ENVIRONMENT))
-			pr_notice("No support for persistent environment. Using default environment");
+			pr_notice("No support for persistent environment. Using default environment\n");
 	}
 
 	nvvar_load();
-- 
2.17.1




More information about the barebox mailing list