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:
@@ -331,12 +331,12 @@ NS_DebugBreak(uint32_t aSeverity, const char* aStr, const char* aExpr,
|
||||
|
||||
case NS_DEBUG_BREAK:
|
||||
sevString = "###!!! BREAK";
|
||||
ll = PR_LOG_ALWAYS;
|
||||
ll = PR_LOG_ERROR;
|
||||
break;
|
||||
|
||||
case NS_DEBUG_ABORT:
|
||||
sevString = "###!!! ABORT";
|
||||
ll = PR_LOG_ALWAYS;
|
||||
ll = PR_LOG_ERROR;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user