diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-11-24 18:08:41 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-11-24 18:08:41 +0100 |
commit | ab2dbe8151fe078caf4ed26bacb25be656e5aa94 (patch) | |
tree | dd810521c1c71b5cae862076163d6cab962e4ecb /src/gui/gui-chat.c | |
parent | 26f31bb367bd7f7b99095451c8513552404cf1c2 (diff) | |
download | weechat-ab2dbe8151fe078caf4ed26bacb25be656e5aa94.zip |
Renamed WeeChat log functions
Diffstat (limited to 'src/gui/gui-chat.c')
-rw-r--r-- | src/gui/gui-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-chat.c b/src/gui/gui-chat.c index c78215325..3c4ee4099 100644 --- a/src/gui/gui-chat.c +++ b/src/gui/gui-chat.c @@ -408,7 +408,7 @@ gui_chat_line_add (struct t_gui_buffer *buffer, time_t date, new_line = (struct t_gui_line *) malloc (sizeof (struct t_gui_line)); if (!new_line) { - weechat_log_printf (_("Not enough memory for new line\n")); + log_printf (_("Not enough memory for new line\n")); return; } |