Merged revisions 56125 via svnmerge from
authorOlle Johansson <oej@edvina.net>
Thu, 22 Feb 2007 10:46:09 +0000 (10:46 +0000)
committerOlle Johansson <oej@edvina.net>
Thu, 22 Feb 2007 10:46:09 +0000 (10:46 +0000)
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

channels/chan_sip.c

index 488a609..f91f5ca 100644 (file)
@@ -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));