From 70a58a78c951403ae67c44c839caf0e77d0d84db Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 2 Aug 2018 17:29:34 +0000 Subject: discover: Add some debug print messages To aid in debugging print some additinal discover messages to the log. Signed-off-by: Geoff Levand Signed-off-by: Samuel Mendoza-Jonas --- discover/device-handler.c | 1 + 1 file changed, 1 insertion(+) (limited to 'discover/device-handler.c') 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); } -- cgit v1.2.1