diff --git a/reactos/ntoskrnl/po/power.c b/reactos/ntoskrnl/po/power.c index 6bccb3e045b..746fe7d22b0 100644 --- a/reactos/ntoskrnl/po/power.c +++ b/reactos/ntoskrnl/po/power.c @@ -926,7 +926,8 @@ NtSetSystemPowerState(IN POWER_ACTION SystemAction, } /* You should not have made it this far */ - ASSERTMSG("System is still up and running?!", FALSE); + // ASSERTMSG("System is still up and running?!", FALSE); + DPRINT1("System is still up and running, you may not have chosen a yet supported power option: %u\n", PopAction.Action); break; }