X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.c;h=119adbc0be2ddbf24a7d06de4b77a5a3d88bd230;hp=c565d44129c4a5d2bedc50b1a49430cb29805d73;hb=55adba3f7fc5619bd433c13d07ecb62e7b4d46a8;hpb=11f0a9ed46af7823dd9162379b5ace8c61237897 diff --git a/audiod.c b/audiod.c index c565d441..119adbc0 100644 --- a/audiod.c +++ b/audiod.c @@ -1094,7 +1094,7 @@ static int command_post_select(struct sched *s, void *context) return ret; ret = handle_connect(ct->fd, &s->rfds); if (ret < 0) { - PARA_ERROR_LOG("%s\n", para_strerror(-ret)); + PARA_NOTICE_LOG("%s\n", para_strerror(-ret)); if (ret == -E_AUDIOD_TERM) { task_notify_all(s, -ret); return ret;