mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 18:06:20 +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) {
|
||||
win_print((ProfWin*)chatwin, '!', NULL, 0, THEME_ERROR, "", message);
|
||||
} else {
|
||||
cons_show_error(message);
|
||||
cons_show_error("%s - %s", barejid, message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user