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: STABLE3 - qdiskd: Fix logging call for warning


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=d4aeef8fe62f34932f2448fe466e8038947fc15a
Commit:        d4aeef8fe62f34932f2448fe466e8038947fc15a
Parent:        da3d354a9d8ac4ccdf019543ca840a964a508382
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Thu Feb 26 15:25:57 2009 -0500
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Fri Feb 27 09:44:16 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);
   		}


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