summaryrefslogtreecommitdiff
path: root/src/gui/gui-hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-hotlist.c')
-rw-r--r--src/gui/gui-hotlist.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/gui-hotlist.c b/src/gui/gui-hotlist.c
index bda1111b1..0b8049674 100644
--- a/src/gui/gui-hotlist.c
+++ b/src/gui/gui-hotlist.c
@@ -209,9 +209,8 @@ gui_hotlist_add (struct t_gui_buffer *buffer, int priority,
if ((new_hotlist = (struct t_gui_hotlist *) malloc (sizeof (struct t_gui_hotlist))) == NULL)
{
weechat_log_printf (NULL,
- _("%s not enough memory to add a buffer to "
- "hotlist\n"),
- WEECHAT_ERROR);
+ _("Error: not enough memory to add a buffer to "
+ "hotlist\n"));
return;
}