[PVFS2-CVS] commit by pw in pvfs2/src/common/misc: pvfs2-util.c
CVS commit program
cvs at parl.clemson.edu
Mon May 17 18:06:51 EDT 2004
Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb:/tmp/cvs-serv6504/src/common/misc
Modified Files:
pvfs2-util.c
Log Message:
fail quietly on unrecognized BMI method types in pvfs2tab
Index: pvfs2-util.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/pvfs2-util.c,v
diff -u -p -u -r1.56 -r1.57
--- pvfs2-util.c 10 May 2004 20:59:41 -0000 1.56
+++ pvfs2-util.c 17 May 2004 21:06:51 -0000 1.57
@@ -731,9 +731,6 @@ int PVFS_util_init_defaults(void)
else
{
failed_indices[j++] = i;
- gossip_err("WARNING: failed to initialize file system for "
- "mount point %s in tab file %s\n",
- tab->mntent_array[i].mnt_dir, tab->tabfile_name);
if (j > (PVFS2_MAX_INVALID_MNTENTS - 1))
{
More information about the PVFS2-CVS
mailing list