Skip to content

Commit

Permalink
usrloc: change log level from info to dbg when socket is not local
Browse files Browse the repository at this point in the history
- common scenario when working with shared db, reducing the syslog
  thoughput
- based on a patch by Mickael Marrache

(cherry picked from commit 1f29210)
  • Loading branch information
miconda committed May 12, 2015
1 parent 177a169 commit e463d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/usrloc/udomain.c
Expand Up @@ -318,7 +318,7 @@ static inline ucontact_info_t* dbrow2info( db_val_t *vals, str *contact)
}
ci.sock = grep_sock_info( &host, (unsigned short)port, proto);
if (ci.sock==0) {
LM_INFO("non-local socket <%s>...ignoring\n", p);
LM_DBG("non-local socket <%s>...ignoring\n", p);
}
}

Expand Down

0 comments on commit e463d83

Please sign in to comment.