about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-25 21:17:06 +0100
committerJames Booth <boothj5@gmail.com>2015-05-25 21:17:06 +0100
commite4ad20132408b4a84cd4ed8465482a5ede7985e1 (patch)
tree1d34721a6540f5db54c95f7254cbe982a0b6a6b1 /src
parent06b18be8514eab863f3a65262a36fcbd8a0f2f62 (diff)
parent304e08a9c0bfa27ed84dc1ff0a2e2d32b36529f8 (diff)
downloadprofani-tty-e4ad20132408b4a84cd4ed8465482a5ede7985e1.tar.gz
Merge branch 'master' into stabber-tests
Diffstat (limited to 'src')
-rw-r--r--src/ui/core.c2
1 files changed, 1 insertions, 1 deletions
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);
     }
 }