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]

cluster: RHEL5 - qdisk: remove debugging printf.


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=ba4a7fb8e69deff35d8f993bec9f273957eb3305
Commit:        ba4a7fb8e69deff35d8f993bec9f273957eb3305
Parent:        6436ec784769ec39828edec0a8616d9e5b4152c0
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Wed Feb 11 10:41:48 2009 +0100
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Thu Feb 12 14:23:10 2009 -0500

qdisk: remove debugging printf.

remove leftover from previous commit "Bug 484956 part 2".

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

diff --git a/cman/qdisk/scandisk.c b/cman/qdisk/scandisk.c
index 1a09d47..13251f1 100644
--- a/cman/qdisk/scandisk.c
+++ b/cman/qdisk/scandisk.c
@@ -670,8 +670,6 @@ static int scansysfs(struct devlisthead *devlisthead, char *path, int level)
 							      "slaves");
 				startnode->sysfsattrs.disk =
 				    sysfs_is_disk(newpath);
-
-				printf("Allocated: %s holders: %d\n", newpath, startnode->sysfsattrs.holders);
 			}
 
 			if (!stat(newpath, &sb) && !level)


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