commit d4b4e85729efd4373b1c351d7af9068a547f2801
parent 2697b884aa7ae0597fb960e9602f97db9f0f3327
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Fri, 27 Mar 2020 16:04:32 +0100
Slight changes in logs
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/stardis-parsing.c b/src/stardis-parsing.c
@@ -732,7 +732,7 @@ parse_args
res = RES_BAD_ARG;
print_multiple_modes(buf, sizeof(buf), USE_STDOUT_MODES, DUMP_PATHS);
logger_print(args->logger, LOG_ERROR,
- "Option -%c cannot be used in conjunction with other dump options\n(%s).\n",
+ "Option -%c cannot be used in conjunction with other dump options (%s).\n",
(char)opt, buf);
goto error;
}
@@ -740,7 +740,7 @@ parse_args
res = RES_BAD_ARG;
print_multiple_modes(buf, sizeof(buf), COMPUTE_MODES, 0);
logger_print(args->logger, LOG_ERROR,
- "Option -%c can only be used in conjunction with a compute option\n(%s).\n",
+ "Option -%c can only be used in conjunction with a compute option (%s).\n",
(char)opt, buf);
goto error;
}