summaryrefslogtreecommitdiffstats
path: root/discover/device-handler.c
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2018-08-02 17:29:34 +0000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-08-07 11:30:36 +1000
commit70a58a78c951403ae67c44c839caf0e77d0d84db (patch)
tree40b6bd65da7a18e7d743e01c5525509d1c6d48ab /discover/device-handler.c
parent41d6eba200ada2ae28f7f016b62eee65b59fab71 (diff)
downloadtalos-petitboot-70a58a78c951403ae67c44c839caf0e77d0d84db.tar.gz
talos-petitboot-70a58a78c951403ae67c44c839caf0e77d0d84db.zip
discover: Add some debug print messages
To aid in debugging print some additinal discover messages to the log. Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'discover/device-handler.c')
-rw-r--r--discover/device-handler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/discover/device-handler.c b/discover/device-handler.c
index 1299c33..9c05029 100644
--- a/discover/device-handler.c
+++ b/discover/device-handler.c
@@ -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);
}
OpenPOWER on IntegriCloud