rngrd

Describe a surface and its physical properties
git clone git://git.meso-star.fr/rngrd.git
Log | Files | Refs | README | LICENSE

commit 601dc57a9dadd695cf1beef6a33a3ccab5bb774a
parent 8f27e23e45d9362bdd65ae5511d4930dcd89e58c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 21 Sep 2022 09:48:22 +0200

Update a log message

Diffstat:
Msrc/rngrd_properties.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rngrd_properties.c b/src/rngrd_properties.c @@ -97,7 +97,7 @@ load_mtllst(struct rngrd* ground, const struct rngrd_create_args* args) rnsl_args.verbose = ground->verbose; res = rnsl_create(&rnsl_args, &rnsl); if(res != RES_OK) { - log_err(ground, "Could not create loader for the material list `%s' -- %s\n", + log_err(ground, "Failed to create loader for material list `%s' -- %s\n", args->mtllst_filename, res_to_cstr(res)); goto error; }