xbps_init: missing argument in a printf.

This commit is contained in:
Juan RP 2011-06-22 10:53:20 +02:00
parent e9fa37bc2f
commit 6fe2c61c59

View File

@ -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;
}