mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 15:02:11 +00:00
89708e6a2a
This replaces the usage of |PR_LogPrint| with either |printf_stderr| or |MOZ_LOG| where appropriate. |printf_stderr| is used where a logger is not actually available or if log levels are not being used as expected.