mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +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
d0cd6e82a6
commit
08afdcbd30
@@ -2298,7 +2298,7 @@ int stasis_message_type_declined(const char *name)
|
||||
ao2_cleanup(name_in_declined);
|
||||
ao2_ref(cfg, -1);
|
||||
if (res) {
|
||||
ast_log(LOG_NOTICE, "Declining to allocate Stasis message type '%s' due to configuration\n", name);
|
||||
ast_debug(4, "Declining to allocate Stasis message type '%s' due to configuration\n", name);
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user