X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdin.c;h=40f02c1cef0a945546966fef4f2cea033d54fc17;hp=25eca2ef224f312a1249493d2bc9b192ce066d76;hb=e593b5f44255414087e226a25f4bbd392c9e7c76;hpb=19d9318abf42debb15d833d4e56ab636893285c3 diff --git a/stdin.c b/stdin.c index 25eca2ef..40f02c1c 100644 --- a/stdin.c +++ b/stdin.c @@ -41,7 +41,7 @@ static void stdin_pre_select(struct sched *s, struct task *t) static void stdin_default_event_handler(struct task *t) { - PARA_NOTICE_LOG("%p: %s\n", t, PARA_STRERROR(-t->ret)); + PARA_NOTICE_LOG("%p: %s\n", t, para_strerror(-t->ret)); unregister_task(t); }