X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.c;h=eb8d03c2bd99fdd1990d307aec977040c2611909;hp=07703f929d15d197eda41897b6c7317f9a751750;hb=HEAD;hpb=77e8ab4134501ec439f1ac7c7e1c418ac597ea48 diff --git a/sched.c b/sched.c index 07703f92..20822038 100644 --- a/sched.c +++ b/sched.c @@ -179,7 +179,7 @@ int task_reap(struct task **tptr) if (t->status >= 0) return 0; ret = t->status; - PARA_INFO_LOG("reaping %s (%s)\n", t->name, para_strerror(-ret)); + PARA_INFO_LOG("reaping %s: %s\n", t->name, para_strerror(-ret)); /* * With list_for_each_entry_safe() it is only safe to remove the * _current_ list item. Since we are being called from the loop in