diff options
Diffstat (limited to 'include/relx.hrl')
-rw-r--r-- | include/relx.hrl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/relx.hrl b/include/relx.hrl index 4b78ca6..ee575a2 100644 --- a/include/relx.hrl +++ b/include/relx.hrl @@ -17,8 +17,9 @@ %% -define(RLX_ERROR, 0). --define(RLX_INFO, 1). --define(RLX_DEBUG, 2). +-define(RLX_WARN, 1). +-define(RLX_INFO, 2). +-define(RLX_DEBUG, 3). %% This is the default form of error messages for the Relx %% system. It is expected that everything that returns an error use |