commit e8ff5d86c3c1ab84afdb20b74fa788b7e42c041a
parent 637cbcf608ea2c6c610a4efe3dc4bf12a30f5973
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 3 Nov 2021 17:58:01 +0100
Fix a warning message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/stardis-compute.c b/src/stardis-compute.c
@@ -263,7 +263,7 @@ check_probe_conform_to_type
if(filter_ctx.dist > 0.5 * delta) {
logger_print(stardis->logger, LOG_WARNING,
"Probe was %g delta from closest boundary. "
- "Consider using -P instead of -p.\n",
+ "Consider using -p instead of -P.\n",
filter_ctx.dist / delta);
} else {
if(filter_ctx.dist != 0)