]> git.ozlabs.org Git - petitboot/blobdiff - discover/device-handler.c
lib/efi: Cleanup read/write routines
[petitboot] / discover / device-handler.c
index 1299c33b7bb5c517dd06c1a6c1bee23bd10816a2..9c050293df98cf446a44aa560ad3941dbfa4aa89 100644 (file)
@@ -522,6 +522,7 @@ void device_handler_remove(struct device_handler *handler,
 void device_handler_status(struct device_handler *handler,
                struct status *status)
 {
+       pb_debug("%s: %s\n", __func__, status->message);
        discover_server_notify_boot_status(handler->server, status);
 }