Revision: 14258 Author: adrian.chadd Date: Sat Aug 1 23:18:26 2009 Log: Explicitly typecast to something consistent
http://code.google.com/p/lusca-cache/source/detail?r=14258 Modified: /branches/LUSCA_HEAD/app/coss_rebuild/coss_build_dir.c ======================================= --- /branches/LUSCA_HEAD/app/coss_rebuild/coss_build_dir.c Wed Jul 22 07:37:20 2009 +++ /branches/LUSCA_HEAD/app/coss_rebuild/coss_build_dir.c Sat Aug 1 23:18:26 2009 @@ -46,7 +46,7 @@ return 0; } - debug(85, 5) (" Object: (filen %d)\n", j / blocksize + (stripeid * stripesize / blocksize)); + debug(85, 5) (" Object: (filen %ld)\n", (long int) (j / blocksize + (stripeid * stripesize / blocksize))); debug(85, 5) (" URL: %s\n", re.url); debug(85, 5) (" hdr_size: %d\n", (int) re.hdr_size); debug(85, 5) (" file_size: %d\n", (int) re.file_size); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
