Bug 1165515 - Part 6: Add PR_LOG_VERBOSE. r=froydnj

This commit is contained in:
Eric Rahm 2015-06-01 14:31:00 -07:00
parent db180ff7c4
commit a76c28fa74

View File

@ -15,6 +15,7 @@
// mozilla logging implementations.
#define PR_LOG_INFO PR_LOG_DEBUG
#define PR_LOG_VERBOSE (PR_LOG_DEBUG + 1)
#define MOZ_LOG PR_LOG