/*
- * $Id: store_client.cc,v 1.82 2000/01/05 02:20:35 wessels Exp $
+ * $Id: store_client.cc,v 1.83 2000/01/14 18:33:40 wessels Exp $
*
* DEBUG: section 20 Storage Manager Client-Side Interface
* AUTHOR: Duane Wessels
* schedule a disk read in the next block.
*/
} else {
- debug(20, 0) ("WARNING: Averted multiple fd operation (1)\n");
+ debug(20, 1) ("WARNING: Averted multiple fd operation (1)\n");
return;
}
}
}
assert(STORE_DISK_CLIENT == sc->type);
if (sc->flags.disk_io_pending) {
- debug(20, 0) ("WARNING: Averted multiple fd operation (2)\n");
+ debug(20, 1) ("WARNING: Averted multiple fd operation (2)\n");
return;
}
debug(20, 3) ("storeClientCopy3: reading from STORE\n");