[PVFS2-CVS] commit by neill in pvfs2/src/io/bmi/bmi_gm: bmi-gm.c
CVS commit program
cvs at parl.clemson.edu
Fri Feb 27 17:03:57 EST 2004
Update of /projects/cvsroot/pvfs2/src/io/bmi/bmi_gm
In directory parlweb:/tmp/cvs-serv16238/src/io/bmi/bmi_gm
Modified Files:
bmi-gm.c
Log Message:
- bump down a gm gossip_lerr call to gossip_debug since it's not an error
- mark release as 0.1.0; ready to be tagged
Index: bmi-gm.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_gm/bmi-gm.c,v
diff -p -u -r1.52 -r1.53
--- bmi-gm.c 26 Feb 2004 22:50:44 -0000 1.52
+++ bmi-gm.c 27 Feb 2004 22:03:57 -0000 1.53
@@ -2661,7 +2661,7 @@ static int receive_cycle(int timeout)
void alarm_callback(void *context)
{
global_timeout_flag = 1;
- gossip_lerr("Timer expired.\n");
+ gossip_debug(GOSSIP_BMI_DEBUG_GM, "Timer expired.\n");
return;
}
More information about the PVFS2-CVS
mailing list