commit ddbce29dd7dc80b1e9b23a2267a551250710de3a
parent 1eb50d1320dcf4f2e7e7892516af286f4764be6e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 19 Feb 2024 16:34:05 +0100
Update a type of log message
It was defined as an error message while it is a regular message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/stardis-compute-probe-boundary.c b/src/stardis-compute-probe-boundary.c
@@ -410,7 +410,7 @@ move_to_boundary
/* Probe is on a boundary */
if(filter_ctx.distance == 0) {
- logger_print(stardis->logger, LOG_ERROR,
+ logger_print(stardis->logger, LOG_OUTPUT,
"Probe is on primitive %lu, uv = (%g, %g), not moved.\n",
(unsigned long)iprim, SPLIT2(uv));