Remove unnecessary printf used for testing
This commit is contained in:
parent
8f33d62392
commit
d93f62a0cb
1 changed files with 0 additions and 1 deletions
|
@ -1119,7 +1119,6 @@ int read_decomp_to_out_file(const char *out_filename, int in_pipe,
|
||||||
// Error.
|
// Error.
|
||||||
fprintf(stderr, "ERROR Failed to read from decompressor! (%d)\n",
|
fprintf(stderr, "ERROR Failed to read from decompressor! (%d)\n",
|
||||||
errno);
|
errno);
|
||||||
fprintf(stderr, "EAGAIN %d, EWOULDBLOCK %d\n", EAGAIN, EWOULDBLOCK);
|
|
||||||
return SDAS_INTERNAL_ERROR;
|
return SDAS_INTERNAL_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue