Re: [exim-dev] [PATCH v2 1/2] Overhaul the debug_selector an…

Pàgina inicial
Delete this message
Reply to this message
Autor: Jeremy Harris
Data:  
A: exim-dev
Assumptes nous: [exim-dev] [PATCH v2 2/2] Improve the consistency of logging incoming and outgoing interfaces.
Assumpte: Re: [exim-dev] [PATCH v2 1/2] Overhaul the debug_selector and log_selector machinery to support variable-length bit vectors. No functional change.
On 30/07/15 16:45, Tony Finch wrote:
> ---
>  doc/doc-txt/ChangeLog     |   3 +
>  src/src/acl.c             |   2 +-
>  src/src/daemon.c          |  12 +--
>  src/src/deliver.c         |  44 ++++----
>  src/src/exim.c            |  25 +++--
>  src/src/functions.h       |   7 +-
>  src/src/globals.c         | 204 ++++++++++++++++++++-----------------
>  src/src/globals.h         |   6 +-
>  src/src/host.c            |   5 +-
>  src/src/log.c             | 116 +++++++++++----------
>  src/src/macros.h          | 254 +++++++++++++++++++++++++---------------------
>  src/src/match.c           |   4 +-
>  src/src/rda.c             |   2 +-
>  src/src/receive.c         |  29 +++---
>  src/src/rewrite.c         |   3 +-
>  src/src/smtp_in.c         |  20 ++--
>  src/src/structs.h         |   2 +-
>  src/src/tls-openssl.c     |   9 +-
>  src/src/transports/lmtp.c |   2 +-
>  src/src/transports/smtp.c |   6 +-
>  src/src/verify.c          |   2 +-
>  21 files changed, 403 insertions(+), 354 deletions(-)

>
> diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
> index 654361a..e8ff171 100644
> --- a/doc/doc-txt/ChangeLog
> +++ b/doc/doc-txt/ChangeLog
> @@ -5,6 +5,9 @@ Change log file for Exim from version 4.21
> Exim version 4.87
> -----------------
>
> +TF/01 Code cleanup: Overhaul the debug_selector and log_selector machinery to
> +      support variable-length bit vectors. No functional change.
> +



Testsuite indicates behaviour change:

Basic/0002 Common string expansions
===============f test-stderr-munged with stderr/0002 failed
Line 142 of "test-stderr-munged" does not match line 142 of "stderr/0002".
----------
LOG: MAIN
----------
LOG: smtp_connection MAIN
===============
Line 201 of "test-stderr-munged" does not match line 201 of "stderr/0002".
----------
LOG: MAIN
----------
LOG: smtp_connection MAIN
===============
2 differences found.