diff --git a/lib/icu_compress/cmp_icu.c b/lib/icu_compress/cmp_icu.c index a51b1650eea9d3a07a2f08d73b606b36daa05f40..1423c2cb54219b50febfe16ee16d50d45a54c537 100644 --- a/lib/icu_compress/cmp_icu.c +++ b/lib/icu_compress/cmp_icu.c @@ -2132,7 +2132,7 @@ static int compress_data_internal(const struct cmp_cfg *cfg, int stream_len) return 0; if (stream_len & 0x7) { - printf("Error: The stream_len parameter must be a multiple of 8.\n"); + debug_print("Error: The stream_len parameter must be a multiple of 8.\n"); return -1; }