1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Merge branch 'master' into osx-functional

This commit is contained in:
James Booth 2016-10-06 00:53:00 +01:00
commit f0ca154712

View File

@ -265,7 +265,7 @@ cmd_tls_revoke(ProfWin *window, const char *const command, gchar **args)
if (res) { if (res) {
cons_show("Trusted certificate revoked: %s", args[1]); cons_show("Trusted certificate revoked: %s", args[1]);
} else { } else {
cons_show("Could not find certificate: %s", args[0]); cons_show("Could not find certificate: %s", args[1]);
} }
} }
return TRUE; return TRUE;