summaryrefslogtreecommitdiffstats
path: root/discover/device-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/device-handler.c')
-rw-r--r--discover/device-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/device-handler.c b/discover/device-handler.c
index dd3aee9..c21eb28 100644
--- a/discover/device-handler.c
+++ b/discover/device-handler.c
@@ -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);
OpenPOWER on IntegriCloud