From ba1a98c398bdc578bae6635f8ad87a6857f40227 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 2 Apr 2009 13:54:59 +0000 Subject: [PATCH] Fix a warning message by pointing to the correct header This commit was SVN r20930. --- ompi/mca/pml/csum/pml_csum_sendreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/pml/csum/pml_csum_sendreq.c b/ompi/mca/pml/csum/pml_csum_sendreq.c index 6c8142be3d..06bddce43b 100644 --- a/ompi/mca/pml/csum/pml_csum_sendreq.c +++ b/ompi/mca/pml/csum/pml_csum_sendreq.c @@ -502,7 +502,7 @@ int mca_pml_csum_send_request_start_copy( mca_pml_csum_send_request_t* sendreq, OPAL_OUTPUT_VERBOSE((1, mca_pml_base_output, "%s:%s:%d Sending \'match\' with data csum:0x%x, header csum:0x%x, size:%lu \n", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), __FILE__, __LINE__, - hdr->hdr_match.hdr_csum, hdr->hdr_common.hdr_csum, (unsigned long)max_data)); + match.hdr_csum, match.hdr_common.hdr_csum, (unsigned long)max_data)); csum_hdr_hton(&match, MCA_PML_CSUM_HDR_TYPE_MATCH, sendreq->req_send.req_base.req_proc);