xbps-install: state_cb.c: s/xbps-bin/xbps-install/g.
This commit is contained in:
parent
714bacb0e4
commit
4bc718b91b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user