https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r83943 | russell | 2007-09-26 16:35:23 -0500 (Wed, 26 Sep 2007) | 2 lines
I changed my mind ... I think this should be a LOG_NOTICE.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83944
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
transmit_response_reliable(p, "484 Address Incomplete", req);
else {
transmit_response_reliable(p, "404 Not Found", req);
- ast_verb(3, "Call from '%s' to extension"
+ ast_log(LOG_NOTICE, "Call from '%s' to extension"
" '%s' rejected because extension not found.\n",
S_OR(p->username, p->peername), p->exten);
}