Bug 1165515 - Part 1: Convert PR_LOG to MOZ_LOG. r=froydnj

This commit is contained in:
Eric Rahm
2015-05-21 13:22:04 -07:00
parent 2f7dddbbb7
commit 5b59cf4e0b
352 changed files with 1876 additions and 1873 deletions

View File

@@ -2372,7 +2372,7 @@ nsresult
PluginModuleParent::NP_GetValue(void *future, NPPVariable aVariable,
void *aValue, NPError* error)
{
PR_LOG(GetPluginLog(), PR_LOG_WARNING, ("%s Not implemented, requested variable %i", __FUNCTION__,
MOZ_LOG(GetPluginLog(), PR_LOG_WARNING, ("%s Not implemented, requested variable %i", __FUNCTION__,
(int) aVariable));
//TODO: implement this correctly