Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj
This commit is contained in:
2
netwerk/cache/nsDiskCacheDeviceSQL.cpp
vendored
2
netwerk/cache/nsDiskCacheDeviceSQL.cpp
vendored
@@ -225,7 +225,7 @@ nsOfflineCacheEvictionFunction::Apply()
|
||||
LOG(("nsOfflineCacheEvictionFunction::Apply\n"));
|
||||
|
||||
for (int32_t i = 0; i < mItems.Count(); i++) {
|
||||
if (PR_LOG_TEST(gCacheLog, PR_LOG_DEBUG)) {
|
||||
if (MOZ_LOG_TEST(gCacheLog, PR_LOG_DEBUG)) {
|
||||
nsAutoCString path;
|
||||
mItems[i]->GetNativePath(path);
|
||||
LOG((" removing %s\n", path.get()));
|
||||
|
||||
Reference in New Issue
Block a user