[Home]

Summary:ASTERISK-08132: [patch] change app_amd logging of "AMD using the default parameters" from Notice to Debug
Reporter:seb7 (seb7)Labels:
Date Opened:2006-11-14 09:44:25.000-0600Date Closed:2006-11-14 10:48:27.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_amd
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_amd-log.patch
Description:This message:
ast_log(LOG_NOTICE, "AMD using the default parameters.\n");
is extremely annoying. There is no reason for it to be a NOTICE; it fills up the log files, it distracts attention on the console, and it is really a debug message. So let's change it to LOG_DEBUG! (We have already made this minor tweak to our servers with no problems.)

I attach a patch, but I don't have a disclaimer - given that it's basically a one word change is that needed?
Comments:By: Joshua C. Colp (jcolp) 2006-11-14 10:48:27.000-0600

Put into 1.4 as of revision 47617 and trunk as of revision 47618 with a minor mod by me. Thanks!