diff --git a/xenmgr/XenMgr/PowerManagement.hs b/xenmgr/XenMgr/PowerManagement.hs index db8fae7b..e66d0086 100644 --- a/xenmgr/XenMgr/PowerManagement.hs +++ b/xenmgr/XenMgr/PowerManagement.hs @@ -515,7 +515,7 @@ handleLidStateChanged closed = do handlePowerButtonPressed = do debug "PM: detected power button press event" - hostWhenIdleDoWithState HostShuttingDown $ executePmActionInternal ActionShutdown True + -- hostWhenIdleDoWithState HostShuttingDown $ executePmActionInternal ActionShutdown True handleSleepButtonPressed = do debug "PM: detected sleep button press event"