From 4bc718b91bbbd2899aaddff607edcbb2ccc38292 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 3 Nov 2012 09:48:16 +0100 Subject: [PATCH] xbps-install: state_cb.c: s/xbps-bin/xbps-install/g. --- bin/xbps-install/state_cb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-install/state_cb.c b/bin/xbps-install/state_cb.c index 217c0a56..b86df78c 100644 --- a/bin/xbps-install/state_cb.c +++ b/bin/xbps-install/state_cb.c @@ -43,7 +43,7 @@ state_cb(struct xbps_handle *xhp, if (xhp->flags & XBPS_FLAG_SYSLOG) { syslog_enabled = true; - openlog("xbps-bin", LOG_CONS, LOG_USER); + openlog("xbps-install", LOG_CONS, LOG_USER); } switch (xscd->state) {