mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Logging: Abolished stdio in favor of write() to make the logging faster.
This commit is contained in:
@@ -134,7 +134,7 @@ void
|
||||
cmd_eval(const struct f_line *expr)
|
||||
{
|
||||
buffer buf;
|
||||
LOG_BUFFER_INIT(buf);
|
||||
STACK_BUFFER_INIT(buf, CLI_MSG_SIZE);
|
||||
|
||||
if (f_eval_buf(expr, &buf) > F_RETURN)
|
||||
{
|
||||
|
Reference in New Issue
Block a user