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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/discover/device-handler.c b/discover/device-handler.c
index b2922b7..9e4c5bb 100644
--- a/discover/device-handler.c
+++ b/discover/device-handler.c
@@ -156,6 +156,9 @@ static void context_commit(struct device_handler *handler,
opt->source->name, opt->option->id);
talloc_free(opt);
} else {
+ pb_log("boot option %s is unresolved, "
+ "adding to queue\n",
+ opt->option->id);
list_add(&handler->unresolved_boot_options,
&opt->list);
talloc_steal(handler, opt);
OpenPOWER on IntegriCloud