From 4eb03d28e3fa2891e52216089d55562c39c3199a Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Thu, 28 Nov 2019 11:23:44 +0000 Subject: [PATCH] Improved error message --- src/grib_accessor_class_data_ccsds_packing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grib_accessor_class_data_ccsds_packing.c b/src/grib_accessor_class_data_ccsds_packing.c index b937915c7..6fcb8925b 100644 --- a/src/grib_accessor_class_data_ccsds_packing.c +++ b/src/grib_accessor_class_data_ccsds_packing.c @@ -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) {