This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

master - xmlconfig: remove debugging fprintf


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=1741121d6d32c5003e08f31e38b29795a7c7fdd8
Commit:        1741121d6d32c5003e08f31e38b29795a7c7fdd8
Parent:        f93dace36f7d9fe717bb532cdf3e86d68c33a352
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Thu Oct 23 10:17:09 2008 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Mon Oct 27 06:05:40 2008 +0100

xmlconfig: remove debugging fprintf

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 config/plugins/xml/config.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/config/plugins/xml/config.c b/config/plugins/xml/config.c
index c2e7cc9..c1e2750 100644
--- a/config/plugins/xml/config.c
+++ b/config/plugins/xml/config.c
@@ -249,7 +249,6 @@ static int read_config_for(xmlXPathContextPtr ctx, struct objdb_iface_ver0 *objd
 
 static int xml_reloadconfig(struct objdb_iface_ver0 *objdb, int flush, char **error_string)
 {
-	fprintf(stderr, "CC: xml_reloadconfig\n");
 	return xml_readconfig(objdb, error_string);
 }
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]