commit | 014ca3a53cb24d8e12e87f43a880efc52940a8be | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <dvlasenk@redhat.com> | Fri Sep 02 16:19:30 2011 +0200 |
committer | Denys Vlasenko <dvlasenk@redhat.com> | Fri Sep 02 16:19:30 2011 +0200 |
tree | ccf38c69c1c44fb8b7b448283d6d1cda12b2d989 | |
parent | ad5155af816306b99a2644f5b73c4197c9f85b35 [diff] |
Trivial fixes on error paths * strace.c (startup_attach): Emit message on fork() failure. (startup_child): Remove non-informative comment. * util.c (ptrace_restart): use perror_msg() on error instead of fprintf(). Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>