chiark / gitweb /
sd-rtnl: don't assign to unused variable
[elogind.git] / src / shutdownd / shutdownd.c
index 25427d6416370fd8fe1250179e6ad81d2de2c960..99aa4b32b3ffc6e2f7ac3b2db7f6076d97e31f0f 100644 (file)
@@ -30,8 +30,8 @@
 #include <fcntl.h>
 #include <stddef.h>
 
-#include <systemd/sd-daemon.h>
-#include <systemd/sd-shutdown.h>
+#include "systemd/sd-daemon.h"
+#include "systemd/sd-shutdown.h"
 
 #include "log.h"
 #include "macro.h"
@@ -456,6 +456,7 @@ finish:
         }
 
         sd_notify(false,
+                  "STOPPING=\n"
                   "STATUS=Exiting...");
 
         return r;