mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-05 14:14:23 +01:00
Adjust loglevel for error message "Failed to get peername for incoming conn"
This commit is contained in:
committed by
Christian Decker
parent
feb6b52f0f
commit
693d6fddab
@@ -1426,8 +1426,8 @@ static struct io_plan *connection_in(struct io_conn *conn, struct daemon *daemon
|
||||
socklen_t len = sizeof(s);
|
||||
|
||||
if (getpeername(io_conn_fd(conn), (struct sockaddr *)&s, &len) != 0) {
|
||||
status_unusual("Failed to get peername for incoming conn: %s",
|
||||
strerror(errno));
|
||||
status_trace("Failed to get peername for incoming conn: %s",
|
||||
strerror(errno));
|
||||
return io_close(conn);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user