Skip to content

Commit

Permalink
rr: fixed typo in log message
Browse files Browse the repository at this point in the history
- due to previous commit
- reported by Alberto Llamas
  • Loading branch information
miconda committed Oct 27, 2016
1 parent b814c5a commit e310762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/rr/loose.c
Expand Up @@ -832,10 +832,10 @@ static inline int after_loose(struct sip_msg* _m, int preloaded)
set_force_socket(_m, si);
} else {
if (enable_socket_mismatch_warning) {
LM_WARN("no socket found for match second RR (%.*s)\n",
LM_WARN("no socket found to match second RR (%.*s)\n",
rt->nameaddr.uri.len, ZSW(rt->nameaddr.uri.s));
if(!is_myself(&puri)) {
LM_WARN("second RR uri si not myself (%.*s)\n",
LM_WARN("second RR uri is not myself (%.*s)\n",
rt->nameaddr.uri.len, ZSW(rt->nameaddr.uri.s));
}
}
Expand Down

0 comments on commit e310762

Please sign in to comment.