Skip to content
Snippets Groups Projects
Commit c2b05ca1 authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

Replace printf() with debug_print()

parent 3846daf6
Branches
Tags
1 merge request!26Adapt cmp_tool to the chunk decompression
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment