X-Git-Url: http://git.osdn.net/view?p=rec10%2Frec10-git.git;a=blobdiff_plain;f=tunerec%2Ftunerec.c;fp=tunerec%2Ftunerec.c;h=b2fd0a24ad63858cb2657794743044c74791a218;hp=1aea9265d5019c2279ef2af76d0fa665aa54832f;hb=2648c82ec9f159295a04151675cb4e83add81e95;hpb=02523fd9338fc5588345bae18fe667f69d463182 diff --git a/tunerec/tunerec.c b/tunerec/tunerec.c index 1aea926..b2fd0a2 100755 --- a/tunerec/tunerec.c +++ b/tunerec/tunerec.c @@ -300,7 +300,7 @@ void * record_write(void * priv) { } if ( rt > 0 ) { // [buf] is not correctly written to [fout] - printf("output file write failed\n"); + printf("output file write failed. err=%d\n", errno); goto error; } }