cluster: master - cman: use a sensible (non-truncated) logsys name.

Christine Caulfield chrissie@fedoraproject.org
Mon Jan 12 14:00:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=f61e5cebb6b61de1039bf47c2d73372499bb12a1
Commit:        f61e5cebb6b61de1039bf47c2d73372499bb12a1
Parent:        490f419fe052d6490606b23e40280897da8999d7
Author:        Christine Caulfield <ccaulfie@redhat.com>
AuthorDate:    Mon Jan 5 14:55:20 2009 +0000
Committer:     Christine Caulfield <ccaulfie@redhat.com>
CommitterDate: Mon Jan 5 14:55:20 2009 +0000

cman: use a sensible (non-truncated) logsys name.

---
 cman/services/quorum/services/cmanquorum.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cman/services/quorum/services/cmanquorum.c b/cman/services/quorum/services/cmanquorum.c
index 4a58f6b..e2939c3 100644
--- a/cman/services/quorum/services/cmanquorum.c
+++ b/cman/services/quorum/services/cmanquorum.c
@@ -39,7 +39,7 @@
 #define DEFAULT_EXPECTED   1024
 #define DEFAULT_QDEV_POLL 10000
 
-LOGSYS_DECLARE_SUBSYS ("CMANQUORUM", LOG_INFO);
+LOGSYS_DECLARE_SUBSYS ("CMANQ", LOG_INFO);
 
 enum quorum_message_req_types {
 	MESSAGE_REQ_EXEC_CMANQUORUM_NODEINFO  = 0,



More information about the Cluster-cvs mailing list