mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for WeeChat log file
This commit is contained in:
@@ -258,7 +258,7 @@ weechat_plugin_log (t_weechat_plugin *plugin,
|
||||
va_start (argptr, message);
|
||||
vsnprintf (buf, sizeof (buf) - 1, message, argptr);
|
||||
va_end (argptr);
|
||||
log_write_line (ptr_buffer, buf);
|
||||
gui_log_write_line (ptr_buffer, buf);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user