The completion messages are unconditional, so don't really indicate
anything. In fact, the dhcp completion status is misleading, as we may
still be processing the context through pxe callbacks.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
device_handler_discover_context_commit(handler, ctx);
out:
- device_handler_status_dev_info(handler, dev, _("Processing complete"));
-
talloc_unlink(handler, ctx);
return 0;
device_handler_discover_context_commit(handler, ctx);
- device_handler_status_dev_info(handler, dev, _("Processing complete"));
-
talloc_unlink(handler, ctx);
return 0;