commit | 2ab3cb8c0ae79c96f38f6bfd35620cc18ddba19f | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Thu Apr 28 13:58:30 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue May 03 11:29:21 2011 +0200 |
tree | c7c7e6e004c2658ae7c7a89be70953afb38b4e74 | |
parent | ab71982716928577826b9aa7fc9a5102bfce5f0e [diff] |
qemu-progress.c: printf isn't signal safe Change the signal handling to indicate a signal is pending, rather then printing directly from the signal handler. In addition make the signal prints go to stderr, rather than stdout. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>