Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj
This commit is contained in:
@@ -12,7 +12,7 @@ namespace net {
|
||||
|
||||
extern PRLogModuleInfo* GetCache2Log();
|
||||
#define LOG(x) MOZ_LOG(GetCache2Log(), PR_LOG_DEBUG, x)
|
||||
#define LOG_ENABLED() PR_LOG_TEST(GetCache2Log(), PR_LOG_DEBUG)
|
||||
#define LOG_ENABLED() MOZ_LOG_TEST(GetCache2Log(), PR_LOG_DEBUG)
|
||||
|
||||
} // net
|
||||
} // mozilla
|
||||
|
||||
Reference in New Issue
Block a user