]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - stdin.c
http_send.c: Add get_acl_contents() helper.
[paraslash.git] / stdin.c
diff --git a/stdin.c b/stdin.c
index 25eca2ef224f312a1249493d2bc9b192ce066d76..40f02c1cef0a945546966fef4f2cea033d54fc17 100644 (file)
--- 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);
 }