From 96b76c28e597a7fc74056dc23fd88ff0ae74285e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 18 Feb 2015 16:56:34 +0100 Subject: [PATCH] xbps-reconfigure: do not bother to print useless msgs about unknown states. Those states are not meaningful for the application. --- bin/xbps-reconfigure/main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/xbps-reconfigure/main.c b/bin/xbps-reconfigure/main.c index ed7a06d1..9cb45edf 100644 --- a/bin/xbps-reconfigure/main.c +++ b/bin/xbps-reconfigure/main.c @@ -79,10 +79,6 @@ state_cb(const struct xbps_state_cb_data *xscd, void *cbd _unused) if (slog) syslog(LOG_ERR, "%s", xscd->desc); break; - default: - xbps_dbg_printf(xscd->xhp, - "%s: unknown state %d\n", xscd->arg, xscd->state); - break; } return 0;