X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.c;h=5bcd1f60aa4c430ef1ae35561ffcb40df25cce26;hp=7b8ddd6644b9251e9fe24971b22d7c63e95908bd;hb=39ef1da5509461b18beb5b8f16ff6118c20c0ac6;hpb=37db6c718cbd9e350d46703c36dc6860477de476;ds=sidebyside diff --git a/write.c b/write.c index 7b8ddd66..5bcd1f60 100644 --- a/write.c +++ b/write.c @@ -199,7 +199,7 @@ static void stdin_event_handler(struct task *t) if (t->ret != -E_STDIN_EOF) PARA_ERROR_LOG("%s\n", PARA_STRERROR(-t->ret)); else - PARA_ERROR_LOG("%s\n", PARA_STRERROR(-t->ret)); + PARA_INFO_LOG("%s\n", PARA_STRERROR(-t->ret)); } int main(int argc, char *argv[])