mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
general: Improve logging levels of some log messages.
Adjusts some logging levels to be more or less important, that is more prominent when actual problems occur and less prominent for less noteworthy things. ASTERISK-30153 #close Change-Id: Ifc8f7df427aa018627db462125ae744986d3261b
This commit is contained in:
committed by
George Joseph
parent
5feebc0857
commit
c654486547
@@ -6204,7 +6204,7 @@ static int match_filter(struct mansession *s, char *eventdata)
|
||||
if (manager_debug) {
|
||||
ast_verbose("<-- Examining AMI event: -->\n%s\n", eventdata);
|
||||
} else {
|
||||
ast_debug(3, "Examining AMI event:\n%s\n", eventdata);
|
||||
ast_debug(4, "Examining AMI event:\n%s\n", eventdata);
|
||||
}
|
||||
if (!ao2_container_count(s->session->whitefilters) && !ao2_container_count(s->session->blackfilters)) {
|
||||
return 1; /* no filtering means match all */
|
||||
|
Reference in New Issue
Block a user