mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 12:56:21 +00:00
Added jid to OTR errors in console
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user