mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Merge branch 'master' into plugins
This commit is contained in:
commit
5ebcf03236
@ -265,7 +265,7 @@ cmd_tls_revoke(ProfWin *window, const char *const command, gchar **args)
|
||||
if (res) {
|
||||
cons_show("Trusted certificate revoked: %s", args[1]);
|
||||
} else {
|
||||
cons_show("Could not find certificate: %s", args[0]);
|
||||
cons_show("Could not find certificate: %s", args[1]);
|
||||
}
|
||||
}
|
||||
return TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user