summaryrefslogtreecommitdiff
path: root/crawler.c
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2017-12-20 22:19:03 -0800
committerdormando <dormando@rydia.net>2017-12-20 22:19:03 -0800
commita17724800f0012d3677c125355b4416c800b5ba0 (patch)
tree525e6adac986274a5bb60bb81a5006642a7fe5ff /crawler.c
parent3312071f53454e537a166f8d3b328111c34787c8 (diff)
downloadmemcached-a17724800f0012d3677c125355b4416c800b5ba0.tar.gz
build fixes1.5.4
Diffstat (limited to 'crawler.c')
-rw-r--r--crawler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler.c b/crawler.c
index 4fac58b..56e967a 100644
--- a/crawler.c
+++ b/crawler.c
@@ -257,7 +257,7 @@ static void crawler_metadump_eval(crawler_module_t *cm, item *it, uint32_t hv, i
(unsigned long long)ITEM_get_cas(it),
(it->it_flags & ITEM_FETCHED) ? "yes" : "no",
ITEM_clsid(it),
- ITEM_ntotal(it));
+ (unsigned long) ITEM_ntotal(it));
refcount_decr(it);
// TODO: some way of tracking the errors. these are very unlikely though.
if (total >= LRU_CRAWLER_WRITEBUF - 1 || total <= 0) {