]> git.ozlabs.org Git - petitboot/blobdiff - discover/device-handler.c
discover: place countdown earlier in boot status messages
[petitboot] / discover / device-handler.c
index dd3aee92ca35d0385880b190f60a379494152ad8..c21eb286d2bd8b47d361fad1c537c883e50fdbbc 100644 (file)
@@ -373,7 +373,7 @@ static void countdown_status(struct device_handler *handler,
        status.progress = -1;
        status.detail = NULL;
        status.message = talloc_asprintf(handler,
-                       "Booting %s in %u sec", opt->option->name, sec);
+                       "Booting in %d sec: %s", sec, opt->option->name);
 
        discover_server_notify_boot_status(handler->server, &status);