mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
make error_callback printout more verbose
This commit is contained in:
@@ -480,7 +480,7 @@ void error_callback(const FLAC__FileDecoder *decoder, FLAC__StreamDecoderErrorSt
|
||||
{
|
||||
stream_info_struct *stream_info = (stream_info_struct *)client_data;
|
||||
(void)decoder;
|
||||
fprintf(stderr, "*** Got error code %d\n", status);
|
||||
fprintf(stderr, "*** Got error code %d:%s\n", status, FLAC__StreamDecoderErrorStatusString[status]);
|
||||
stream_info->abort_flag = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user