commit | 11ff8a43cb14b4b576a2810b74297cc7f419c4b0 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu Jan 13 13:11:14 2011 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu Jan 13 13:19:01 2011 +0300 |
tree | 4d311b56df1038771525e2ebac92005061c116ac | |
parent | 8afe85a38f4e4ae3e9bea8d3cfee794a119e5c9d [diff] |
src/vzevent.c: fix logging of child killed Check for WIFSIGNALED was done under WIFEXITED which is just plain wrong, therefore we never got "Child killed" message. Fix it. While at it, change the message from 'was terminated' to just 'killed'. Signed-off-by: Kir Kolyshkin <kir@openvz.org>