[CRIU] [PATCH 1/2] config: Add \n at the end of info msg
Radostin Stoyanov
rstoyanov1 at gmail.com
Sat Jan 19 20:23:13 MSK 2019
Signed-off-by: Radostin Stoyanov <rstoyanov1 at gmail.com>
---
criu/config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/criu/config.c b/criu/config.c
index b6ecbfb64..89afdd748 100644
--- a/criu/config.c
+++ b/criu/config.c
@@ -170,7 +170,7 @@ static int next_config(char **argv, char ***_argv, bool no_default_config,
break;
home_dir = getenv("HOME");
if (!home_dir) {
- pr_info("Unable to get $HOME directory, local configuration file will not be used.");
+ pr_info("Unable to get $HOME directory, local configuration file will not be used.\n");
} else {
snprintf(local_filepath, PATH_MAX, "%s/%s%s",
home_dir, USER_CONFIG_DIR, DEFAULT_CONFIG_FILENAME);
--
2.20.1
More information about the CRIU
mailing list