Hello,

Add log message about initial LDAP synchronization.

--
Petr^2 Spacek
From ce1b8f400d236d0da5b76c90ddc93adbf6980691 Mon Sep 17 00:00:00 2001
From: Petr Spacek <pspa...@redhat.com>
Date: Wed, 17 Sep 2014 13:32:49 +0200
Subject: [PATCH] Add log message about initial LDAP synchronization.

Signed-off-by: Petr Spacek <pspa...@redhat.com>
---
 src/ldap_helper.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/ldap_helper.c b/src/ldap_helper.c
index 1eb8a23501d150cc930e01d1447150b6da3a60f7..05f106f981b72b7a2738da1018772631b7354030 100644
--- a/src/ldap_helper.c
+++ b/src/ldap_helper.c
@@ -5102,7 +5102,9 @@ ldap_syncrepl_watcher(isc_threadarg_t arg)
 			continue;
 		}
 
-		log_debug(1, "Sending initial syncrepl lookup");
+		log_info("LDAP instance '%s' is being synchronized, "
+			 "please ignore message 'all zones loaded'",
+			 inst->db_name);
 		ret = ldap_sync_init(ldap_sync, LDAP_SYNC_REFRESH_AND_PERSIST);
 		/* TODO: error handling, set tainted flag & do full reload? */
 		if (ret != LDAP_SUCCESS) {
-- 
1.9.3

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to