Bug 2136

Summary: proc/kill/child's logging output terse
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1586, 2131    

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.