[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#5553) Inconsistent sasl.c logging format



Full_Name: Sean Burford
Version: 2.4.8
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (72.14.227.1)


Most connection logs are of the format:
  conn=\d+ fd=\d+ MSG

sasl.c Debug logs are of the format:
  SASL .*[conn=\d+]: MSG

Would it be reasonable to change the 6 debug statements in sasl.c to use the
first format?

This is not an important issue, just a small inconsistency.