Skip to content

Commit

Permalink
discover/device-handler: Mention booting device in timeout status
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
  • Loading branch information
sammj committed Jul 13, 2017
1 parent 3fc71b6 commit 2713a00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion discover/device-handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,8 @@ static void countdown_status(struct device_handler *handler,

status.type = STATUS_INFO;
status.message = talloc_asprintf(handler,
_("Booting in %d sec: %s"), sec, opt->option->name);
_("Booting in %d sec: [%s] %s"), sec,
opt->device->device->id, opt->option->name);
status.backlog = false;

device_handler_status(handler, &status);
Expand Down

0 comments on commit 2713a00

Please sign in to comment.