Revision: 14488
Author: adrian.chadd
Date: Wed Mar 24 08:08:46 2010
Log: Fix compiler warning
http://code.google.com/p/lusca-cache/source/detail?r=14488
Modified:
/branches/LUSCA_HEAD/src/fs/coss/store_rebuild_coss.c
=======================================
--- /branches/LUSCA_HEAD/src/fs/coss/store_rebuild_coss.c Sun Mar 21
21:04:29 2010
+++ /branches/LUSCA_HEAD/src/fs/coss/store_rebuild_coss.c Wed Mar 24
08:08:46 2010
@@ -237,7 +237,7 @@
}
i += sizeof(storeSwapLogData);
}
- debug(47, 5) ("storeCossRebuildHelperRead: %s: read %d entries\n",
sd->path, i / sizeof(storeSwapLogData));
+ debug(47, 5) ("storeCossRebuildHelperRead: %s: read %d entries\n",
sd->path, (int) i / (int) sizeof(storeSwapLogData));
/* Shuffle what is left to the beginning of the buffer */
if (i < rb->rbuf.used) {
--
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.