From: jbrassow@sourceware.org <jbrassow@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/cmirror/src clogd.c queues.c
Date: 21 Jan 2008 20:18:45 -0000 [thread overview]
Message-ID: <20080121201845.21812.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: jbrassow at sourceware.org 2008-01-21 20:18:44
Modified files:
cmirror/src : clogd.c queues.c
Log message:
s/LOG_PRINT/LOG_DBG/ too verbose on exit/signals
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/clogd.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.3&r2=1.1.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/queues.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.2&r2=1.1.2.3
--- cluster/cmirror/src/Attic/clogd.c 2007/12/07 17:07:36 1.1.2.3
+++ cluster/cmirror/src/Attic/clogd.c 2008/01/21 20:18:44 1.1.2.4
@@ -128,7 +128,7 @@
}
if (!r) {
- LOG_PRINT("No current cluster logs... safe to exit.");
+ LOG_DBG("No current cluster logs... safe to exit.");
exit(EXIT_SUCCESS);
}
--- cluster/cmirror/src/Attic/queues.c 2008/01/14 22:52:17 1.1.2.2
+++ cluster/cmirror/src/Attic/queues.c 2008/01/21 20:18:44 1.1.2.3
@@ -85,15 +85,15 @@
struct clog_tfr *tfr;
struct list_head *p, *n;
- LOG_PRINT("cluster_queue: %d", cluster_queue->count);
+ LOG_DBG("cluster_queue: %d", cluster_queue->count);
list_for_each_safe(p, n, &cluster_queue->list) {
tfr = (struct clog_tfr *)p;
- LOG_PRINT(" %d) %s, originator = %u",
- i++, RQ_TYPE(tfr->request_type),
- tfr->originator);
+ LOG_DBG(" %d) %s, originator = %u",
+ i++, RQ_TYPE(tfr->request_type),
+ tfr->originator);
}
- LOG_PRINT("free_queue : %d", free_queue->count);
+ LOG_DBG("free_queue : %d", free_queue->count);
return cluster_queue->count;
}
reply other threads:[~2008-01-21 20:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20080121201845.21812.qmail@sourceware.org \
--to=jbrassow@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).