mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 08:10:03 +01:00
xfree86: print message to the log when zapping the server
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit 3420a7778c)
This commit is contained in:
parent
956700d14d
commit
5ed2523f4d
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ xf86ProcessActionEvent(ActionEvent action, void *arg)
|
||||||
switch (action) {
|
switch (action) {
|
||||||
case ACTION_TERMINATE:
|
case ACTION_TERMINATE:
|
||||||
if (!xf86Info.dontZap) {
|
if (!xf86Info.dontZap) {
|
||||||
|
xf86Msg(X_INFO, "Server zapped. Shutting down.\n");
|
||||||
#ifdef XFreeXDGA
|
#ifdef XFreeXDGA
|
||||||
DGAShutdown();
|
DGAShutdown();
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue