summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2016-12-12 17:34:42 +0800
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2016-12-20 16:40:21 +1100
commit5668d29abb1da87c1feaf90d4206a4b2b7ab00f5 (patch)
tree2bc4799ac91c3f61a6089d7c249586f9b895e8da
parent1abc62990a5817de56a55470fb2c62e966134722 (diff)
downloadpetitboot-5668d29abb1da87c1feaf90d4206a4b2b7ab00f5.zip
petitboot-5668d29abb1da87c1feaf90d4206a4b2b7ab00f5.tar.gz
discover/status: remove completion messages
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>
-rw-r--r--discover/device-handler.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/discover/device-handler.c b/discover/device-handler.c
index f8b7bf5..5f63a6e 100644
--- a/discover/device-handler.c
+++ b/discover/device-handler.c
@@ -940,8 +940,6 @@ int device_handler_discover(struct device_handler *handler,
device_handler_discover_context_commit(handler, ctx);
out:
- device_handler_status_dev_info(handler, dev, _("Processing complete"));
-
talloc_unlink(handler, ctx);
return 0;
@@ -965,8 +963,6 @@ int device_handler_dhcp(struct device_handler *handler,
device_handler_discover_context_commit(handler, ctx);
- device_handler_status_dev_info(handler, dev, _("Processing complete"));
-
talloc_unlink(handler, ctx);
return 0;
OpenPOWER on IntegriCloud