mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1165515 - Part 6: Add PR_LOG_VERBOSE. r=froydnj
This commit is contained in:
parent
db180ff7c4
commit
a76c28fa74
@ -15,6 +15,7 @@
|
||||
// mozilla logging implementations.
|
||||
|
||||
#define PR_LOG_INFO PR_LOG_DEBUG
|
||||
#define PR_LOG_VERBOSE (PR_LOG_DEBUG + 1)
|
||||
|
||||
#define MOZ_LOG PR_LOG
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user