summaryrefslogtreecommitdiff
path: root/src/lib/log_entry.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-03-01 22:58:49 +0100
committerCarl Hetherington <cth@carlh.net>2020-03-01 22:58:49 +0100
commit981100bbff6883ff024b41d4b62e00b2ab8caec4 (patch)
tree0a230ff4c794aa9493a57441b47a9461b952e8ca /src/lib/log_entry.cc
parent0c961c9231e7b0e074da409dce90913ceef5321f (diff)
Remove unused LOG_DEBUG_DECODE and re-use it to add some 3D shuffler logging.v2.15.46
Diffstat (limited to 'src/lib/log_entry.cc')
-rw-r--r--src/lib/log_entry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log_entry.cc b/src/lib/log_entry.cc
index 6a36c3383..54f9bfc53 100644
--- a/src/lib/log_entry.cc
+++ b/src/lib/log_entry.cc
@@ -27,7 +27,7 @@
int const LogEntry::TYPE_GENERAL = 0x1;
int const LogEntry::TYPE_WARNING = 0x2;
int const LogEntry::TYPE_ERROR = 0x4;
-int const LogEntry::TYPE_DEBUG_DECODE = 0x8;
+int const LogEntry::TYPE_DEBUG_THREED = 0x8;
int const LogEntry::TYPE_DEBUG_ENCODE = 0x10;
int const LogEntry::TYPE_TIMING = 0x20;
int const LogEntry::TYPE_DEBUG_EMAIL = 0x40;