diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-01-10 16:55:15 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-01-10 16:55:15 -0800 |
| commit | 86d526416765db2356de4bd5b63b5bef1ed6be44 (patch) | |
| tree | f282d41932ff93c177221efd7a3c045a4c8fe660 /node/Trace.hpp | |
| parent | 5bc4399a589ff4dfe43086fb5a2a3842208c22fa (diff) | |
| parent | 406bcf7d3f743b5a3622445edb49623899dae957 (diff) | |
| download | infinitytier-86d526416765db2356de4bd5b63b5bef1ed6be44.tar.gz infinitytier-86d526416765db2356de4bd5b63b5bef1ed6be44.zip | |
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
Diffstat (limited to 'node/Trace.hpp')
| -rw-r--r-- | node/Trace.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/node/Trace.hpp b/node/Trace.hpp index 05d5b66a..2a2fca6c 100644 --- a/node/Trace.hpp +++ b/node/Trace.hpp @@ -70,11 +70,11 @@ public: */ enum Level { - NORMAL = 0, - VERBOSE = 10, - RULES = 15, - DEBUG = 20, - INSANE = 30 + LEVEL_NORMAL = 0, + LEVEL_VERBOSE = 10, + LEVEL_RULES = 15, + LEVEL_DEBUG = 20, + LEVEL_INSANE = 30 }; /** |
