commit f2a3b6adb05a8e8bd10fdb275a03d1f7e85b969e
parent bc9708e087d8219885676721c9a1ae2b9b695559
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 27 Sep 2022 12:46:32 +0200
Minor update of a log message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rnatm_octree.c b/src/rnatm_octree.c
@@ -1403,7 +1403,7 @@ rnatm_trace_ray
if(res != RES_OK) {
log_err(atm,
"%s: error tracing ray "
- "(origin = %g, %g, %g; direction %g, %g, %g; range = %g, %g) -- %s\n",
+ "(origin = %g, %g, %g; direction = %g, %g, %g; range = %g, %g) -- %s\n",
FUNC_NAME, SPLIT3(args->ray_org), SPLIT3(args->ray_dir),
SPLIT2(args->ray_range), res_to_cstr(res));
goto error;