Skip to content

Commit ea07323

Browse files
committed
Error messages: Samples path
1 parent e1630d3 commit ea07323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grib_handle.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ grib_handle* codes_handle_new_from_samples(grib_context* c, const char* name)
231231
if (!g) {
232232
grib_context_log(c, GRIB_LOG_ERROR,
233233
"Unable to load sample file '%s.tmpl'\n"
234-
" from %s\n"
234+
" samples path='%s'\n"
235235
" (ecCodes Version=%s)",
236236
name, c->grib_samples_path, ECCODES_VERSION_STR);
237237
}

0 commit comments

Comments
 (0)