Bug 2136 - proc/kill/child's logging output terse
Summary: proc/kill/child's logging output terse
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1586 2131
  Show dependency treegraph
 
Reported: 2006-01-10 18:08 UTC by Andrew Cagney
Modified: 2006-01-10 18:09 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-01-10 18:08:29 UTC
At one stage it was thought that the logging output from child.c was going to be
parsed by other programs; that senario never panned out so there's no reason for
not having more verbose tracing.
Comment 1 Andrew Cagney 2006-01-10 18:09:59 UTC
Index: frysk-core/prog/ChangeLog
2006-01-10  Andrew Cagney  <cagney@redhat.com>

        * kill/child.c: Make log messages more verbose; check pthread
        return codes.
        (pfatal, fatal, trace, ok, OK): New.
        (notify_manager): Add trace message parameters.
        (server): Use throughout.  Fix parameter to pthread_join.