xbps_init: missing argument in a printf.
This commit is contained in:
parent
e9fa37bc2f
commit
6fe2c61c59
@ -132,7 +132,7 @@ xbps_init(struct xbps_handle *xh)
|
||||
__func__);
|
||||
} else if (rv != ENOENT && rv != ENOTSUP) {
|
||||
xbps_dbg_printf("%s: couldn't initialize "
|
||||
"repository pool: %s\n", strerror(rv));
|
||||
"repository pool: %s\n", __func__, strerror(rv));
|
||||
xbps_end();
|
||||
return rv;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user