From: Samuel Mendoza-Jonas Date: Wed, 14 Dec 2016 03:52:11 +0000 (+1100) Subject: ui/ncurses: Don't announce pb-discover connection X-Git-Tag: v1.4.0~2 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=f901ce58f58ad4f7d769140fe98426e5ac9f7759 ui/ncurses: Don't announce pb-discover connection The "Connected to pb-discover!" message is more useful for development than actual use; for users the more important messages are related to device and configuration parsing. Drop the message to slightly reduce the level of noise on start up. Signed-off-by: Samuel Mendoza-Jonas --- diff --git a/ui/ncurses/nc-cui.c b/ui/ncurses/nc-cui.c index b4f74a7..fbc02b9 100644 --- a/ui/ncurses/nc-cui.c +++ b/ui/ncurses/nc-cui.c @@ -1007,8 +1007,7 @@ static int cui_server_wait(void *arg) nc_scr_status_printf(cui->current, "Info: Waiting for device discovery"); } else { - nc_scr_status_printf(cui->current, - "Info: Connected to pb-discover!"); + nc_scr_status_free(cui->current); talloc_steal(cui, cui->client); if (cui->has_input) {