]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sched.c
paraslash 0.7.3
[paraslash.git] / sched.c
diff --git a/sched.c b/sched.c
index 07703f929d15d197eda41897b6c7317f9a751750..20822038b81aff04d8ee8c21f7f8d7773831ca37 100644 (file)
--- 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