X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.c;h=c7bca83a9ada429c8f498ba63735d1b1ff0f3581;hp=31c18a31eab3c8c7d79b50f5d59840bfcf0e9ece;hb=c9f109a9e7f2d6116b7906a852afc339c858c275;hpb=d1bfba58e0a93444c7381e9029eda5e786b2fa02 diff --git a/recv.c b/recv.c index 31c18a31..c7bca83a 100644 --- a/recv.c +++ b/recv.c @@ -122,6 +122,6 @@ out: if (r) r->shutdown(); if (ret < 0) - PARA_NOTICE_LOG("%d: (%s)\n", ret, PARA_STRERROR(-ret)); + PARA_ERROR_LOG("%s\n", PARA_STRERROR(-ret)); return ret; }