diff options
author | James Booth <boothj5@gmail.com> | 2015-05-25 21:16:51 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-05-25 21:16:51 +0100 |
commit | 06fe9bec371f99a29c7de1858fbefe5e10c56882 (patch) | |
tree | b39552d462ae066a6642651ce1a6651e279dde8f | |
parent | 262fcd4d66b72545467d27ffee769858f530a096 (diff) | |
parent | 304e08a9c0bfa27ed84dc1ff0a2e2d32b36529f8 (diff) | |
download | profani-tty-06fe9bec371f99a29c7de1858fbefe5e10c56882.tar.gz |
Merge branch 'master' into openpgp
-rw-r--r-- | src/ui/core.c | 2 |
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); } } |