mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-14 22:08:28 +00:00
pbx: Reduce verbosity while loading extensions
Each time the dial plan is reloaded, a lot of logs like these are generated: "Added extension 'XXXXX' priority 1 to YYYYYYYYYYY" This patch changes the log level for those logs. ASTERISK-27084 Change-Id: I5662902161c50890997ddc56835d4cafb456c529
This commit is contained in:
@@ -2193,7 +2193,6 @@ static struct ast_config *config_text_file_load(const char *database, const char
|
||||
/* If we get to this point, then we're loading regardless */
|
||||
ast_clear_flag(&flags, CONFIG_FLAG_FILEUNCHANGED);
|
||||
ast_debug(1, "Parsing %s\n", fn);
|
||||
ast_verb(2, "Parsing '%s': Found\n", fn);
|
||||
while (!feof(f)) {
|
||||
lineno++;
|
||||
if (fgets(buf, sizeof(buf), f)) {
|
||||
|
||||
Reference in New Issue
Block a user