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

(ITS#6533) add rid to syncrepl config logs



Full_Name: Jonathan Clarke
Version: RE24
OS: 
URL: ftp://ftp.openldap.org/incoming/jonathan-clarke-syncrepl-log-20100425.patch
Submission from: (NULL) (88.164.187.72)


Hi,

Currently, when a syncrepl statement is added, the following is output on log
level config:

Config: ** successfully added syncrepl "ldap://localhost:9011/";

In the case of setups replicating several databases from the same server
(multimaster with cn=config and a database for example), this leads to confusing
identical messages.

I attach a patch to add the RID to this line, like this:

Config: ** successfully added syncrepl "ldap://localhost:9011/"; (rid=001)

Please consider this for inclusion.

Thanks,
Jonathan