Bug 1165515 - Part 1: Convert PR_LOG to MOZ_LOG. r=froydnj
This commit is contained in:
@@ -2468,10 +2468,10 @@ _requestread(NPStream *pstream, NPByteRange *rangeList)
|
||||
|
||||
#ifdef PLUGIN_LOGGING
|
||||
for(NPByteRange * range = rangeList; range != nullptr; range = range->next)
|
||||
PR_LOG(nsPluginLogging::gNPNLog,PLUGIN_LOG_NOISY,
|
||||
MOZ_LOG(nsPluginLogging::gNPNLog,PLUGIN_LOG_NOISY,
|
||||
("%i-%i", range->offset, range->offset + range->length - 1));
|
||||
|
||||
PR_LOG(nsPluginLogging::gNPNLog,PLUGIN_LOG_NOISY, ("\n\n"));
|
||||
MOZ_LOG(nsPluginLogging::gNPNLog,PLUGIN_LOG_NOISY, ("\n\n"));
|
||||
PR_LogFlush();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user