mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fixed PGP error message
This commit is contained in:
parent
88fd2a25ee
commit
e1f674eca3
@ -109,7 +109,7 @@ sv_ev_roster_received(void)
|
|||||||
if (account && account->pgp_keyid) {
|
if (account && account->pgp_keyid) {
|
||||||
char *err_str = NULL;
|
char *err_str = NULL;
|
||||||
if (!p_gpg_valid_key(account->pgp_keyid, &err_str)) {
|
if (!p_gpg_valid_key(account->pgp_keyid, &err_str)) {
|
||||||
cons_show_error("Invalid PGP key ID specified: %s, %s", account->pgp_keyid, err_str);
|
cons_show_error("Invalid PGP key ID specified: %s, %s", account->pgp_keyid, err_str);
|
||||||
}
|
}
|
||||||
free(err_str);
|
free(err_str);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user