Skip to content

Commit 77d461c

Browse files
rlubosjhedberg
authored andcommitted
net: tcp: Reduce the log level for active close
The log level was elevated by mistake as a leftover from debugging, should remain DBG. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
1 parent 6ed584f commit 77d461c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/ip/tcp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3730,7 +3730,7 @@ int net_tcp_put(struct net_context *context, bool force_close)
37303730
K_MSEC(TCP_RTO_MS));
37313731

37323732
} else {
3733-
NET_ERR("[%p] TCP connection in %s close, "
3733+
NET_DBG("[%p] TCP connection in %s close, "
37343734
"not disposing yet (waiting %dms)",
37353735
conn, "active", tcp_max_timeout_ms);
37363736
k_work_reschedule_for_queue(&tcp_work_q,

0 commit comments

Comments
 (0)