[exim-cvs] OpenSSL: tidy options debug output

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] OpenSSL: tidy options debug output
Gitweb: https://git.exim.org/exim.git/commitdiff/f97ca6d137d5ea861340d32686b4b67b9e2029a1
Commit:     f97ca6d137d5ea861340d32686b4b67b9e2029a1
Parent:     10ed27e00c45ff6bf5494f74758541d61dd15880
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Apr 3 20:29:15 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Wed Apr 3 20:31:24 2019 +0100


    OpenSSL: tidy options debug output
---
 src/src/tls-openssl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c
index 8671e11..7c91d9d 100644
--- a/src/src/tls-openssl.c
+++ b/src/src/tls-openssl.c
@@ -3413,8 +3413,8 @@ for (uschar * s = option_spec; *s != '\0'; /**/)
     DEBUG(D_tls) debug_printf("openssl option setting unrecognised: \"%s\"\n", s);
     return FALSE;
     }
-  DEBUG(D_tls) debug_printf("openssl option, %s from %lx: %lx (%s)\n",
-      adding ? "adding" : "removing", result, item, s);
+  DEBUG(D_tls) debug_printf("openssl option, %s %8lx: %lx (%s)\n",
+      adding ? "adding to    " : "removing from", result, item, s);
   if (adding)
     result |= item;
   else