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.h | |
| parent | 1d2a51bdc8315fa7283be329669860e435a1513f (diff) | |
Rename debug type THREED to THREED_D.
Diffstat (limited to 'src/lib/log_entry.h')
| -rw-r--r-- | src/lib/log_entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log_entry.h b/src/lib/log_entry.h index 50b8bc1a6..a2eb5fbac 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_THREED; + static const int TYPE_DEBUG_THREE_D; static const int TYPE_DEBUG_ENCODE; static const int TYPE_TIMING; static const int TYPE_DEBUG_EMAIL; |
