[Pvfs2-cvs] commit by atchley in pvfs2/src/io/bmi/bmi_mx: mx.c

CVS commit program cvs at parl.clemson.edu
Tue May 20 15:14:40 EDT 2008


Update of /projects/cvsroot/pvfs2/src/io/bmi/bmi_mx
In directory parlweb1:/tmp/cvs-serv27602

Modified Files:
	mx.c 
Log Message:
Change the debug level of connect failures to not include BMX_DB_WARN


Index: mx.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_mx/mx.c,v
diff -p -u -r1.25 -r1.26
--- mx.c	2 May 2008 14:04:15 -0000	1.25
+++ mx.c	20 May 2008 19:14:40 -0000	1.26
@@ -2189,7 +2189,7 @@ bmx_handle_icon_req(void)
                                         mxmap->mxm_peername, mx_strstatus(status.code));
 
                         if (status.code != MX_STATUS_SUCCESS) {
-                                debug((BMX_DB_CONN|BMX_DB_PEER|BMX_DB_WARN),
+                                debug((BMX_DB_CONN|BMX_DB_PEER),
                                       "%s: connect to %s failed with %s", __func__,
                                       mxmap->mxm_peername, mx_strstatus(status.code));
                                 bmx_peer_disconnect(peer, 0, bmx_mx_to_bmi_errno(status.code));



More information about the Pvfs2-cvs mailing list