From: lhh@sourceware.org <lhh@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/rgmanager/src daemons/reslist.c utils/ ...
Date: 26 Jan 2007 21:02:28 -0000 [thread overview]
Message-ID: <20070126210228.30985.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: lhh at sourceware.org 2007-01-26 21:02:28
Modified files:
rgmanager/src/daemons: reslist.c
rgmanager/src/utils: clustat.c
Log message:
Remove debug lines in clustat
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/reslist.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.6.2.8&r2=1.6.2.9
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/clustat.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.15&r2=1.5.2.16
--- cluster/rgmanager/src/daemons/reslist.c 2007/01/26 18:59:11 1.6.2.8
+++ cluster/rgmanager/src/daemons/reslist.c 2007/01/26 21:02:27 1.6.2.9
@@ -771,7 +771,6 @@
"Error storing %s resource\n",
newres->r_rule->rr_type);
#endif
-
destroy_resource(newres);
}
--- cluster/rgmanager/src/utils/clustat.c 2006/12/13 18:19:56 1.5.2.15
+++ cluster/rgmanager/src/utils/clustat.c 2007/01/26 21:02:28 1.5.2.16
@@ -234,9 +234,6 @@
}
if (!m) {
- printf("%s not found\n", these->cml_members[x].cm_name);
- /* WTF? It's not in our config */
- printf("realloc %d\n", (int)cml_size((all->cml_count+1)));
all = realloc(all, cml_size((all->cml_count+1)));
if (!all) {
perror("realloc");
next reply other threads:[~2007-01-26 21:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-26 21:02 lhh [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-01-26 21:06 [Cluster-devel] cluster/rgmanager/src daemons/reslist.c utils/ lhh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070126210228.30985.qmail@sourceware.org \
--to=lhh@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).