Bug 1165515 - Part 1: Convert PR_LOG to MOZ_LOG. r=froydnj
This commit is contained in:
@@ -24,7 +24,7 @@ using namespace mozilla;
|
||||
|
||||
// NSPR_LOG_MODULES=UrlClassifierPrefixSet:5
|
||||
static const PRLogModuleInfo *gUrlClassifierPrefixSetLog = nullptr;
|
||||
#define LOG(args) PR_LOG(gUrlClassifierPrefixSetLog, PR_LOG_DEBUG, args)
|
||||
#define LOG(args) MOZ_LOG(gUrlClassifierPrefixSetLog, PR_LOG_DEBUG, args)
|
||||
#define LOG_ENABLED() PR_LOG_TEST(gUrlClassifierPrefixSetLog, PR_LOG_DEBUG)
|
||||
|
||||
NS_IMPL_ISUPPORTS(
|
||||
|
||||
Reference in New Issue
Block a user