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-03 15:22:29 -07:00
Родитель f50b813989
Коммит b4a01ca56b
1 изменённых файлов: 2 добавлений и 0 удалений

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

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