public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - rgmanager: remove debugging printf
@ 2009-01-13  8:59 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-01-13  8:59 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=84fb0137f8c80514b434885bf60e8fec4ba1e272
Commit:        84fb0137f8c80514b434885bf60e8fec4ba1e272
Parent:        23444ec19f99812d80dcd71e890a03d516f6404d
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Tue Jan 13 09:58:58 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Tue Jan 13 09:58:58 2009 +0100

rgmanager: remove debugging printf

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 rgmanager/src/utils/clulog.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/rgmanager/src/utils/clulog.c b/rgmanager/src/utils/clulog.c
index fe4c6a1..c314bac 100644
--- a/rgmanager/src/utils/clulog.c
+++ b/rgmanager/src/utils/clulog.c
@@ -32,13 +32,10 @@ log_name(void)
 
 	snprintf(lnk, sizeof(lnk), "/proc/%d/exe", getppid());
 
-	printf("%s\n", lnk);
-
 	if (readlink(lnk, file, sizeof(file)) < 0) {
 		perror("readlink");
 		return NULL;
 	}
-	printf("%s\n", basename(file));
 
 	return basename(file);
 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-13  8:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-13  8:59 cluster: STABLE3 - rgmanager: remove debugging printf Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).