xbps-install: state_cb.c: s/xbps-bin/xbps-install/g.

This commit is contained in:
Juan RP 2012-11-03 09:48:16 +01:00
parent 714bacb0e4
commit 4bc718b91b

View File

@ -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) {