summaryrefslogtreecommitdiff
path: root/src/lib/log_entry.h
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.h
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.h')
-rw-r--r--src/lib/log_entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log_entry.h b/src/lib/log_entry.h
index 50bbf63a0..c15a006d1 100644
--- a/src/lib/log_entry.h
+++ b/src/lib/log_entry.h
@@ -31,7 +31,7 @@ public:
static const int TYPE_GENERAL;
static const int TYPE_WARNING;
static const int TYPE_ERROR;
- static const int TYPE_DEBUG_DECODE;
+ static const int TYPE_DEBUG_THREED;
static const int TYPE_DEBUG_ENCODE;
static const int TYPE_TIMING;
static const int TYPE_DEBUG_EMAIL;