From c658aec3ffd5009cbe7fa2540da5a0579e2f2e8c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 11 Oct 2015 22:18:57 +0100 Subject: Add debug option to log SMTP session transcripts. --- src/lib/log_entry.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/log_entry.cc') diff --git a/src/lib/log_entry.cc b/src/lib/log_entry.cc index 7c0f68787..ea2d22462 100644 --- a/src/lib/log_entry.cc +++ b/src/lib/log_entry.cc @@ -28,6 +28,7 @@ int const LogEntry::TYPE_ERROR = 0x4; int const LogEntry::TYPE_DEBUG_DECODE = 0x8; int const LogEntry::TYPE_DEBUG_ENCODE = 0x10; int const LogEntry::TYPE_TIMING = 0x20; +int const LogEntry::TYPE_DEBUG_EMAIL = 0x40; using std::string; -- cgit v1.2.3