Revision: 14509
Author: adrian.chadd
Date: Sun Mar 28 22:01:02 2010
Log: Print out the metadata buffer size
http://code.google.com/p/lusca-cache/source/detail?r=14509
Modified:
/branches/LUSCA_HEAD/tools/ufs_obj_cat.c
=======================================
--- /branches/LUSCA_HEAD/tools/ufs_obj_cat.c Sun Mar 28 18:10:08 2010
+++ /branches/LUSCA_HEAD/tools/ufs_obj_cat.c Sun Mar 28 22:01:02 2010
@@ -80,7 +80,7 @@
/* meta data size needs to be <= buffer size */
if (r > META_BUFSIZ) {
- printf("%s: ERROR: metadata size bigger than buffer?!\n", path);
+ printf("%s: ERROR: metadata size (%d bytes) bigger than buffer (%d
bytes) ?!\n", path, r, META_BUFSIZ);
exit(1);
}
--
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en.