X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fdevice-handler.c;h=9e4c5bb228ebb285b9a905198e69f930e862d8e4;hp=b2922b790560fd5089b5fda3a6f15ddcb9c12e73;hb=9af0c65fa5ba9ae8527a70dbf0e808d777dfb479;hpb=ee329cc09cfbeefac95efeda31bb9ef839dd1382 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);