Re: [Freeipa-devel] [PATCH 0297] Add log message about initial LDAP synchronization

2014-09-22 Thread Tomas Hozza
On 09/17/2014 01:33 PM, Petr Spacek wrote:
 Hello,
 
 Add log message about initial LDAP synchronization.
 

ACK.

Regards,
--
Tomas Hozza
Software Engineer - EMEA ENG Developer Experience

PGP: 1D9F3C2D
Red Hat Inc.   http://cz.redhat.com

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


Re: [Freeipa-devel] [PATCH 0297] Add log message about initial LDAP synchronization

2014-09-22 Thread Petr Spacek

On 22.9.2014 11:52, Tomas Hozza wrote:

On 09/17/2014 01:33 PM, Petr Spacek wrote:

Hello,

Add log message about initial LDAP synchronization.


ACK.


Thanks!

Pushed to
master: ce1b8f400d236d0da5b76c90ddc93adbf6980691
v4: f03ff4d877240f13db419fde28e51d216277b87c

--
Petr^2 Spacek

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


[Freeipa-devel] [PATCH 0297] Add log message about initial LDAP synchronization

2014-09-17 Thread Petr Spacek

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