From ea073235d2b06f04268d59e38767a6617935ed19 Mon Sep 17 00:00:00 2001 From: shahramn Date: Fri, 3 May 2024 09:56:40 +0100 Subject: [PATCH] Error messages: Samples path --- src/grib_handle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grib_handle.cc b/src/grib_handle.cc index 732537f12..1afad3476 100644 --- a/src/grib_handle.cc +++ b/src/grib_handle.cc @@ -231,7 +231,7 @@ grib_handle* codes_handle_new_from_samples(grib_context* c, const char* name) if (!g) { grib_context_log(c, GRIB_LOG_ERROR, "Unable to load sample file '%s.tmpl'\n" - " from %s\n" + " samples path='%s'\n" " (ecCodes Version=%s)", name, c->grib_samples_path, ECCODES_VERSION_STR); }