Skip to content

Commit

Permalink
Revert ERR back to DBG log
Browse files Browse the repository at this point in the history
Introduced by mistake via e0fe732
Reported by Bence Szigeti.

(cherry picked from commit 3b04f21)
  • Loading branch information
bogdan-iancu committed Sep 8, 2023
1 parent f7defa0 commit 50d9dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/proto_tcp/tcp_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ static inline int tcp_handle_req(struct tcp_req *req,
if (req == &_tcp_common_current_req) {
/* let's duplicate this - most likely another conn will come in */

LM_ERR("We didn't manage to read a full request on con %p\n",con);
LM_DBG("We didn't manage to read a full request on con %p\n",con);
con->con_req = shm_malloc(sizeof(struct tcp_req));
if (con->con_req == NULL) {
LM_ERR("No more mem for dynamic con request buffer\n");
Expand Down

0 comments on commit 50d9dc6

Please sign in to comment.