From 304e08a9c0bfa27ed84dc1ff0a2e2d32b36529f8 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 25 May 2015 21:16:10 +0100 Subject: Added jid to OTR errors in console --- src/ui/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ui/core.c b/src/ui/core.c index 2c797271..e7059ef0 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -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); } } -- cgit 1.4.1-2-gfad0