chiark / gitweb /
Update some message formats
[elogind.git] / src / shutdownd / shutdownd.c
index 461a7261f43b675decbc99cbecf78f3722122d53..4a1719849ba2aec5e57da674909ce84e6f2b201e 100644 (file)
@@ -224,10 +224,10 @@ static int update_schedule_file(struct sd_shutdown_command *c) {
         fchmod(fileno(f), 0644);
 
         fprintf(f,
-                "USEC=%llu\n"
+                "USEC="USEC_FMT"\n"
                 "WARN_WALL=%i\n"
                 "MODE=%s\n",
-                (unsigned long long) c->usec,
+                c->usec,
                 c->warn_wall,
                 mode_to_string(c->mode));