master - config: Remove stray fprintf

Christine Caulfield chrissie@fedoraproject.org
Wed Sep 3 15:51:00 GMT 2008


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=24c08e0026c3be3fc2666dc493cb90f1c1d59465
Commit:        24c08e0026c3be3fc2666dc493cb90f1c1d59465
Parent:        e5918ff498807891c2074fa5ddfebfc5f649cae5
Author:        Christine Caulfield <ccaulfie@redhat.com>
AuthorDate:    Wed Sep 3 13:33:09 2008 +0100
Committer:     Christine Caulfield <ccaulfie@redhat.com>
CommitterDate: Wed Sep 3 13:33:09 2008 +0100

config: Remove stray fprintf

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
---
 config/plugins/ldap/configldap.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/config/plugins/ldap/configldap.c b/config/plugins/ldap/configldap.c
index 7c2fbab..1b78079 100644
--- a/config/plugins/ldap/configldap.c
+++ b/config/plugins/ldap/configldap.c
@@ -239,7 +239,6 @@ static int read_config_for(LDAP *ld, struct objdb_iface_ver0 *objdb, unsigned in
 						objdb->object_key_create(object_handle, attr, strlen(attr),
 									 val_ber[i]->bv_val,
 									 val_ber[i]->bv_len+1);
-						fprintf(stderr, "Created key %s=%s\n",attr, val_ber[i]->bv_val);
 					}
 					i++;
 				}



More information about the Cluster-cvs mailing list