Skip to content

Commit

Permalink
📝 improve log message
Browse files Browse the repository at this point in the history
  • Loading branch information
spacetourist committed Mar 28, 2024
1 parent 47ca5b1 commit 707fb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/load_balancer/lb_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ int lb_route(struct sip_msg *req, int group, struct lb_res_str_list *rl,
if( res_cur[k] == dst->rmap[l].resource ) {
dst->rmap[l].sessions_since_last_heartbeat++;

LM_DBG("Incrementing sess since last HB for winning destination %d <%.*s> (sessions_since_last_heartbeat=%d)\n",
LM_DBG("incrementing sess since last HB for winning destination %d <%.*s> (sessions_since_last_heartbeat=%d)\n",
dst->id, dst->uri.len, dst->uri.s, dst->rmap[l].sessions_since_last_heartbeat );

break; // exit the loop
Expand Down

0 comments on commit 707fb25

Please sign in to comment.