Bug 1165515 - Part 1: Convert PR_LOG to MOZ_LOG. r=froydnj
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user