mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
Merged revisions 56125 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r56125 | oej | 2007-02-22 11:33:55 +0100 (Thu, 22 Feb 2007) | 2 lines Move message from verbose to debug ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@56126 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -8163,8 +8163,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