1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Added jid to OTR errors in console

This commit is contained in:
James Booth 2015-05-25 21:16:10 +01:00
parent e5c14b9b80
commit 304e08a9c0

View File

@ -1046,7 +1046,7 @@ ui_handle_otr_error(const char * const barejid, const char * const message)
if (chatwin) {
win_print((ProfWin*)chatwin, '!', NULL, 0, THEME_ERROR, "", message);
} else {
cons_show_error(message);
cons_show_error("%s - %s", barejid, message);
}
}