mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 10:58:15 +00:00
Fix verbose error (bug #2809)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4193 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4368,6 +4368,7 @@ static void reg_source_db(struct sip_peer *p)
|
||||
strncpy(p->username, u, sizeof(p->username) - 1);
|
||||
|
||||
}
|
||||
if (option_verbose > 2)
|
||||
ast_verbose(VERBOSE_PREFIX_3 "SIP Seeding '%s' at %s@%s:%d for %d\n", p->name,
|
||||
p->username, ast_inet_ntoa(iabuf, sizeof(iabuf), in), atoi(c), atoi(d));
|
||||
expiry = atoi(d);
|
||||
|
||||
Reference in New Issue
Block a user