Skip to content
Snippets Groups Projects
Commit ffe345cf authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "media_cache: Demote warning to debug as it may occur often."

parents 9462a08a 72a897c5
No related branches found
No related tags found
No related merge requests found
...@@ -248,7 +248,7 @@ int ast_media_cache_retrieve(const char *uri, const char *preferred_file_name, ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment