diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-30 16:33:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-30 16:33:26 +0100 |
| commit | 4985d87750c87019dfe5dc7ef44e12c45326dd0e (patch) | |
| tree | e3f217b6a38e679d9b6d1175f5768c5311b19c1d /src/lib/log_entry.cc | |
| parent | 1d2a51bdc8315fa7283be329669860e435a1513f (diff) | |
Rename debug type THREED to THREED_D.
Diffstat (limited to 'src/lib/log_entry.cc')
| -rw-r--r-- | src/lib/log_entry.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log_entry.cc b/src/lib/log_entry.cc index 2af2c0f25..fc0305340 100644 --- a/src/lib/log_entry.cc +++ b/src/lib/log_entry.cc @@ -27,7 +27,7 @@ int const LogEntry::TYPE_GENERAL = 0x001; int const LogEntry::TYPE_WARNING = 0x002; int const LogEntry::TYPE_ERROR = 0x004; -int const LogEntry::TYPE_DEBUG_THREED = 0x008; +int const LogEntry::TYPE_DEBUG_THREE_D = 0x008; int const LogEntry::TYPE_DEBUG_ENCODE = 0x010; int const LogEntry::TYPE_TIMING = 0x020; int const LogEntry::TYPE_DEBUG_EMAIL = 0x040; |
