mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Move message from verbose to debug
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@56125 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7612,8 +7612,8 @@ static void reg_source_db(struct sip_peer *peer)
|
||||
if (contact)
|
||||
ast_copy_string(peer->fullcontact, contact, sizeof(peer->fullcontact));
|
||||
|
||||
if (option_verbose > 2)
|
||||
ast_verbose(VERBOSE_PREFIX_3 "SIP Seeding peer from astdb: '%s' at %s@%s:%d for %d\n",
|
||||
if (option_debug > 1)
|
||||
ast_log(LOG_DEBUG, "SIP Seeding peer from astdb: '%s' at %s@%s:%d for %d\n",
|
||||
peer->name, peer->username, ast_inet_ntoa(in), port, expiry);
|
||||
|
||||
memset(&peer->addr, 0, sizeof(peer->addr));
|
||||
|
Reference in New Issue
Block a user