diff options
-rw-r--r-- | recordmydesktop/src/capture_sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recordmydesktop/src/capture_sound.c b/recordmydesktop/src/capture_sound.c index f4a7aea..8e3bfd3 100644 --- a/recordmydesktop/src/capture_sound.c +++ b/recordmydesktop/src/capture_sound.c @@ -75,7 +75,7 @@ void *CaptureSound(ProgData *pdata){ newbuf->data+framesize*sret, frames-sret); if(temp_sret==-EPIPE){ - fprintf(stderr,"An error occured while reading sound data:\n %s\n",snd_strerror(temp_sret)); + fprintf(stderr,"%s: Underrun occurred.\n",snd_strerror(temp_sret)); snd_pcm_prepare(pdata->sound_handle); } else if (temp_sret<0){ |