Add shutdown message.
authorGregor Anich <blight@blight.eu.org>
Fri, 18 Feb 2005 20:52:24 +0000 (20:52 +0000)
committerGregor Anich <blight@blight.eu.org>
Fri, 18 Feb 2005 20:52:24 +0000 (20:52 +0000)
svn path=/trunk/; revision=13636

reactos/ntoskrnl/ex/power.c

index 0f8ca65..2b12c64 100644 (file)
@@ -167,7 +167,8 @@ NtShutdownSystem(IN SHUTDOWN_ACTION Action)
        "Until then, there must be no regrets, no fears, no anxieties.\n"
        "Just go forward in all your beliefs, and prove to me that I am not mistaken in mine.\n",
        "Lowest possible energy state reached! Switch off now to achive a Bose-Einstein condensate.\n",
-       "Hasta la vista, BABY!\n"
+       "Hasta la vista, BABY!\n",
+       "They live, we sleep!\n"
     };
    LARGE_INTEGER Now;