Peter reminded me that this is not called from a signal handler.
Reviewed-by: Aaron Plattner <[email protected]> -- Aaron On 12/11/2012 05:02 PM, Peter Hutterer wrote:
Signed-off-by: Peter Hutterer <[email protected]> --- hw/xfree86/common/xf86Events.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xfree86/common/xf86Events.c b/hw/xfree86/common/xf86Events.c index 9dabf10..d8d4fad 100644 --- a/hw/xfree86/common/xf86Events.c +++ b/hw/xfree86/common/xf86Events.c @@ -180,6 +180,7 @@ xf86ProcessActionEvent(ActionEvent action, void *arg) switch (action) { case ACTION_TERMINATE: if (!xf86Info.dontZap) { + xf86Msg(X_INFO, "Server zapped. Shutting down.\n"); #ifdef XFreeXDGA DGAShutdown(); #endif
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
