From 3c4180a134a779343c56a5ac12497d86d54d71a9 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 15 Sep 2021 10:04:28 -0400 Subject: [PATCH] clearer message --- src/listen/load/proto_load_step.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/listen/load/proto_load_step.c b/src/listen/load/proto_load_step.c index fe4948ba05..1a565f41a7 100644 --- a/src/listen/load/proto_load_step.c +++ b/src/listen/load/proto_load_step.c @@ -416,7 +416,7 @@ static int mod_instantiate(void *instance, CONF_SECTION *cs) fp = fopen(inst->filename, "r"); if (!fp) { - cf_log_err(cs, "Failed reading %s - %s", + cf_log_err(cs, "Failed opening %s - %s", inst->filename, fr_syserror(errno)); return -1; } -- 2.47.2