Bug 1165515 - Part 5: Convert instances of PR_LOG_ALWAYS. r=froydnj

Most instances were converted to PR_LOG_INFO, some to PR_LOG_DEBUG, and some
to PR_LOG_ERROR.
This commit is contained in:
Eric Rahm
2015-06-03 15:22:30 -07:00
parent 70b17ad2c2
commit 31c4ae0966
49 changed files with 627 additions and 629 deletions

View File

@@ -195,7 +195,7 @@ HTMLTrackElement::LoadResource()
nsCOMPtr<nsIURI> uri;
nsresult rv = NewURIFromString(src, getter_AddRefs(uri));
NS_ENSURE_TRUE_VOID(NS_SUCCEEDED(rv));
LOG(PR_LOG_ALWAYS, ("%p Trying to load from src=%s", this,
LOG(PR_LOG_INFO, ("%p Trying to load from src=%s", this,
NS_ConvertUTF16toUTF8(src).get()));
if (mChannel) {