[Pvfs2-cvs] commit by slang in pvfs2/src/io/dev: pint-dev.c
CVS commit program
cvs at parl.clemson.edu
Mon Oct 16 11:54:56 EDT 2006
Update of /projects/cvsroot/pvfs2/src/io/dev
In directory parlweb1:/tmp/cvs-serv14879/src/io/dev
Modified Files:
pint-dev.c
Log Message:
print exit for idle case
Index: pint-dev.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/dev/pint-dev.c,v
diff -p -u -r1.32 -r1.33
--- pint-dev.c 13 Oct 2006 19:18:00 -0000 1.32
+++ pint-dev.c 16 Oct 2006 15:54:56 -0000 1.33
@@ -321,6 +321,9 @@ int PINT_dev_test_unexpected(
/* device is emptied */
if (avail == 0)
{
+ gossip_debug(GOSSIP_DEV_DEBUG,
+ "[DEV]: Exiting %s: incount: %d, device empty!\n",
+ __func__, incount);
return ((*outcount > 0) ? 1 : 0);
}
More information about the Pvfs2-cvs
mailing list