Bug 1276569. Part 3 - replace use of MOZ_LOG with LOG. r=kinetik.

MozReview-Commit-ID: BbVtPIgxPSU

--HG--
extra : rebase_source : f160904cb14800d5b9123b0e421a2ae8836556c5
This commit is contained in:
JW Wang 2016-05-30 16:08:50 +08:00
Родитель 9b3b5f90d2
Коммит f86775fb24
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -326,8 +326,7 @@ AudioStream::Init(uint32_t aNumChannels, uint32_t aRate,
return NS_ERROR_FAILURE;
}
MOZ_LOG(gAudioStreamLog, LogLevel::Debug,
("%s channels: %d, rate: %d for %p", __FUNCTION__, aNumChannels, aRate, this));
LOG("%s channels: %d, rate: %d", __FUNCTION__, aNumChannels, aRate);
mInRate = mOutRate = aRate;
mChannels = aNumChannels;
mOutChannels = aNumChannels;