bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 6/8] startup: be more specific in the shutdown message


From: Justus Winter
Subject: [PATCH 6/8] startup: be more specific in the shutdown message
Date: Wed, 3 Sep 2014 14:33:14 +0200

Use the BOOT macro to print either halt or reboot instead of the
generic shutdown in the event of an system shutdown.

* startup/startup.c (reboot_system): Use more specific message.
---
 startup/startup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/startup/startup.c b/startup/startup.c
index 4c91d4c..0a33855 100644
--- a/startup/startup.c
+++ b/startup/startup.c
@@ -217,7 +217,7 @@ notify_shutdown (const char *msg)
 void
 reboot_system (int flags)
 {
-  notify_shutdown ("shutdown");
+  notify_shutdown (BOOT (flags));
 
   if (fakeboot)
     {
-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]