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
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));