]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove a log message that was left in accidentally from call-id logging development.
authorJoshua Colp <jcolp@digium.com>
Tue, 16 Oct 2012 14:08:28 +0000 (14:08 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 16 Oct 2012 14:08:28 +0000 (14:08 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@375051 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_iax2.c

index a498c16fe9de089057373b71e08841cabfc8e13a..1a2850a3fe55821293d79870de274d910aaa9715 100644 (file)
@@ -1092,7 +1092,6 @@ static void iax_pvt_callid_new(int callno)
        struct ast_callid *callid = ast_create_callid();
        char buffer[AST_CALLID_BUFFER_LENGTH];
        ast_callid_strnprint(buffer, sizeof(buffer), callid);
-       ast_log(LOG_NOTICE, "iax_pvt_callid_new created and set %s\n", buffer);
        iax_pvt_callid_set(callno, callid);
        ast_callid_unref(callid);
 }