]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Move message from verbose to debug
authorOlle Johansson <oej@edvina.net>
Thu, 22 Feb 2007 10:33:55 +0000 (10:33 +0000)
committerOlle Johansson <oej@edvina.net>
Thu, 22 Feb 2007 10:33:55 +0000 (10:33 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@56125 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 216eae78c947b79335368ff234f8b5eb181062e9..2e89a91993867709a85f741f6c20e01c17de2bad 100644 (file)
@@ -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));