]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write.c
Make para_recv use the new scheduler.
[paraslash.git] / write.c
diff --git a/write.c b/write.c
index 7b8ddd6644b9251e9fe24971b22d7c63e95908bd..5bcd1f60aa4c430ef1ae35561ffcb40df25cce26 100644 (file)
--- 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[])