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: master - qdisk: standardize debug env var


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=458a162d9d2ac626f7400f16fc782856dd97a31f
Commit:        458a162d9d2ac626f7400f16fc782856dd97a31f
Parent:        4a80540bf2b6892744d35331a87229da656425e4
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Mon Mar 30 14:34:43 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Mon Mar 30 14:37:25 2009 +0200

qdisk: standardize debug env var

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

diff --git a/cman/qdisk/main.c b/cman/qdisk/main.c
index f0ff868..ad03003 100644
--- a/cman/qdisk/main.c
+++ b/cman/qdisk/main.c
@@ -1627,7 +1627,7 @@ main(int argc, char **argv)
 		}
 	}
 
-	if(getenv("QDISK_DEBUGLOG"))
+	if(getenv("QDISK_DEBUG"))
 		_debug = 1;
 
 	if (!_foreground && daemon_init(argv[0]) < 0) {


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