[Home]

Summary:ASTERISK-10270: [patch] change a log_notice to debug
Reporter:Clod Patry (junky)Labels:
Date Opened:2007-09-10 07:54:58Date Closed:2007-09-10 08:01:17
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Addons/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) meet.diff
Description:On a busy system, which it full of meetme confs, when someone is calling MeetMe(), these notice can be painful.
This patch only switch that notice to debug.


before:
   -- AGI Script Executing Application: (MeetMe) Options: (2,MpT)
[Sep 10 09:06:54] NOTICE[17330]: app_meetme.c:2413 find_conf: The requested confno is '2'?


****** ADDITIONAL INFORMATION ******

This is also useless, since we know with the ast_verb raised just before that notice, that a specific user will try joining a room.
Comments:By: Digium Subversion (svnbot) 2007-09-10 08:01:17

Repository: asterisk
Revision: 82062

------------------------------------------------------------------------
r82062 | file | 2007-09-10 08:01:15 -0500 (Mon, 10 Sep 2007) | 6 lines

(closes issue ASTERISK-10270)
Reported by: junky
Patches:
     meet.diff uploaded by junky (license 177)
Change NOTICE message to DEBUG.

------------------------------------------------------------------------