mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
Lower "closed by the client" message level to INFO
[skip ci]
This commit is contained in:
@@ -219,7 +219,7 @@ static void receive_msgpack(Stream *stream, RBuffer *rbuf, size_t c,
|
|||||||
char buf[256];
|
char buf[256];
|
||||||
snprintf(buf, sizeof(buf), "ch %" PRIu64 " was closed by the client",
|
snprintf(buf, sizeof(buf), "ch %" PRIu64 " was closed by the client",
|
||||||
channel->id);
|
channel->id);
|
||||||
call_set_error(channel, buf, WARN_LOG_LEVEL);
|
call_set_error(channel, buf, INFO_LOG_LEVEL);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user