Lower "closed by the client" message level to INFO

[skip ci]
This commit is contained in:
James McCoy 2021-03-27 13:54:37 -04:00
parent 48e8057285
commit 8caf841308
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -219,7 +219,7 @@ static void receive_msgpack(Stream *stream, RBuffer *rbuf, size_t c,
char buf[256];
snprintf(buf, sizeof(buf), "ch %" PRIu64 " was closed by the client",
channel->id);
call_set_error(channel, buf, WARN_LOG_LEVEL);
call_set_error(channel, buf, INFO_LOG_LEVEL);
goto end;
}