projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Simplify para_basename().
[paraslash.git]
/
stdout.c
diff --git
a/stdout.c
b/stdout.c
index
babed75
..
178f3ee
100644
(file)
--- a/
stdout.c
+++ b/
stdout.c
@@
-80,7
+80,7
@@
static void stdout_post_select(struct sched *s, struct task *t)
static void stdout_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);
}