xbps_repo_key_import: also print repourl in state cb.
This commit is contained in:
parent
70047586ee
commit
aad0502b95
@ -93,8 +93,8 @@ xbps_repo_key_import(struct xbps_repo *repo)
|
||||
xbps_dictionary_get_cstring_nocopy(repo->meta, "signature-by", &signedby);
|
||||
import = xbps_set_cb_state(repo->xhp, XBPS_STATE_REPO_KEY_IMPORT,
|
||||
0, (const char *)fp,
|
||||
"This repository is RSA signed by \"%s\"",
|
||||
signedby);
|
||||
"`%s' repository is RSA signed by \"%s\"",
|
||||
repo->uri, signedby);
|
||||
free(fp);
|
||||
if (import <= 0) {
|
||||
rv = EAGAIN;
|
||||
|
Loading…
Reference in New Issue
Block a user