Improved error message

This commit is contained in:
Shahram Najm 2019-11-28 11:23:44 +00:00
parent 97717273ff
commit 4eb03d28e3
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ static void print_error_msg(grib_context* c)
{
grib_context_log(c, GRIB_LOG_ERROR,
"grib_accessor_data_ccsds_packing: CCSDS support not enabled. "
"Please rebuild with -DENABLE_AEC=ON");
"Please rebuild with -DENABLE_AEC=ON (Adaptive Entropy Coding library)");
}
static int unpack_double(grib_accessor* a, double* val, size_t *len)
{