cluster: master - qdiskd: Fix logging call for warning

Lon Hohberger lon@fedoraproject.org
Thu Feb 26 20:26:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=cd46b689be43e72c9d7e023b5b254e42b35731cc
Commit:        cd46b689be43e72c9d7e023b5b254e42b35731cc
Parent:        a27ce8b421c2dbf674dddf7899b43d098925827c
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Thu Feb 26 15:25:57 2009 -0500
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Thu Feb 26 15:25:57 2009 -0500

qdiskd: Fix logging call for warning

Signed-off-by: Lon Hohberger <lhh@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 11a7380..86187ee 100644
--- a/cman/qdisk/main.c
+++ b/cman/qdisk/main.c
@@ -1692,7 +1692,7 @@ main(int argc, char **argv)
 			check_stop_cman(&ctx);
 			goto out;
 		} else if (ret > 0) {
- 			clulog_and_print(LOG_WARNING, "%d matches found for "
+ 			logt_print(LOG_WARNING, "%d matches found for "
  					 "label '%s'; please use 'device=' "
  					 "instead!\n", ret, ctx.qc_label);
   		}



More information about the Cluster-cvs mailing list