mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-26 22:30:28 +00:00
Merge "media_cache: Demote warning to debug as it may occur often."
This commit is contained in:
@@ -248,7 +248,7 @@ int ast_media_cache_retrieve(const char *uri, const char *preferred_file_name,
|
|||||||
*/
|
*/
|
||||||
bucket_file = ast_bucket_file_retrieve(uri);
|
bucket_file = ast_bucket_file_retrieve(uri);
|
||||||
if (!bucket_file) {
|
if (!bucket_file) {
|
||||||
ast_log(LOG_WARNING, "Failed to obtain media at '%s'\n", uri);
|
ast_debug(2, "Failed to obtain media at '%s'\n", uri);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user