Skip to content

Commit

Permalink
noisy logging
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Nov 9, 2024
1 parent 318ae8f commit e8acaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com-sockets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ std::string com_client_sockets::get_endpoint_name() const
socklen_t addr_len = sizeof addr;

if (getpeername(fd, reinterpret_cast<sockaddr *>(&addr), &addr_len) == -1) {
DOLOG(logging::ll_error, "get_endpoint_name", "-", "failed to find name of fd %d", fd);
DOLOG(logging::ll_debug, "get_endpoint_name", "-", "failed to find name of fd %d", fd);
return "?:?";
}

Expand Down

0 comments on commit e8acaf5

Please sign in to comment.