Bug 1165515 - Part 4: Add PR_LOG_INFO. r=froydnj

This is an interstitial step in preparation for adding a new info level. For
now it just maps to debug.
This commit is contained in:
Eric Rahm 2015-06-01 22:17:20 -07:00
Родитель 141e0ff4a2
Коммит 8289861381
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -14,6 +14,8 @@
// work progresses more functionality will be swapped out in favor of // work progresses more functionality will be swapped out in favor of
// mozilla logging implementations. // mozilla logging implementations.
#define PR_LOG_INFO PR_LOG_DEBUG
#define MOZ_LOG PR_LOG #define MOZ_LOG PR_LOG
// Tests if a module has enabled the given log level. // Tests if a module has enabled the given log level.