mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Added jid to OTR errors in console
This commit is contained in:
parent
e5c14b9b80
commit
304e08a9c0
@ -1046,7 +1046,7 @@ ui_handle_otr_error(const char * const barejid, const char * const message)
|
|||||||
if (chatwin) {
|
if (chatwin) {
|
||||||
win_print((ProfWin*)chatwin, '!', NULL, 0, THEME_ERROR, "", message);
|
win_print((ProfWin*)chatwin, '!', NULL, 0, THEME_ERROR, "", message);
|
||||||
} else {
|
} else {
|
||||||
cons_show_error(message);
|
cons_show_error("%s - %s", barejid, message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user