Fix /tls revoke message

fixes #868
This commit is contained in:
James Booth
2016-10-06 00:45:55 +01:00
parent 82a8f5f10b
commit 40116db7c5

View File

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