Skip to content

Commit

Permalink
SRT: modify log level from error to debug when no socket to accept
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhihong committed Jul 20, 2023
1 parent 3fa4f66 commit 7a479d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/3rdparty/srt-1-fit/srtcore/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ SRTSOCKET srt::CUDTUnited::accept(const SRTSOCKET listen, sockaddr* pw_addr, int
// non-blocking receiving, no connection available
if (!ls->core().m_config.bSynRecving)
{
LOGC(cnlog.Error, log << "srt_accept: no pending connection available at the moment");
LOGC(cnlog.Debug, log << "srt_accept: no pending connection available at the moment");
throw CUDTException(MJ_AGAIN, MN_RDAVAIL, 0);
}

Expand Down

0 comments on commit 7a479d6

Please sign in to comment.