From mboxrd@z Thu Jan 1 00:00:00 1970 From: jbrassow@sourceware.org Date: 7 Nov 2006 20:48:17 -0000 Subject: [Cluster-devel] cluster/cmirror-kernel/src dm-cmirror-client.c Message-ID: <20061107204817.4805.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: jbrassow at sourceware.org 2006-11-07 20:48:16 Modified files: cmirror-kernel/src: dm-cmirror-client.c Log message: - Rather than just printing out "UNKNOWN", we print out the value and then "unknown". This way, we can look up the value and see if it is valid. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-client.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.26&r2=1.1.2.27 --- cluster/cmirror-kernel/src/Attic/dm-cmirror-client.c 2006/10/24 21:04:31 1.1.2.26 +++ cluster/cmirror-kernel/src/Attic/dm-cmirror-client.c 2006/11/07 20:48:16 1.1.2.27 @@ -527,7 +527,7 @@ spin_unlock(®ion_state_lock); goto out; } else { - DMINFO("Continuing request:: %s", + DMINFO("Continuing request type, %d (%s)", type, (type == LRT_IS_CLEAN)? "LRT_IS_CLEAN": (type == LRT_IN_SYNC)? "LRT_IN_SYNC": (type == LRT_MARK_REGION)? "LRT_MARK_REGION":