Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj

This commit is contained in:
Eric Rahm
2015-06-03 15:22:28 -07:00
parent 25c85acf5c
commit ab32c89747
114 changed files with 235 additions and 235 deletions

View File

@@ -341,7 +341,7 @@ TimerThread::Run()
}
}
if (PR_LOG_TEST(GetTimerLog(), PR_LOG_DEBUG)) {
if (MOZ_LOG_TEST(GetTimerLog(), PR_LOG_DEBUG)) {
if (waitFor == PR_INTERVAL_NO_TIMEOUT)
MOZ_LOG(GetTimerLog(), PR_LOG_DEBUG,
("waiting for PR_INTERVAL_NO_TIMEOUT\n"));