summaryrefslogtreecommitdiffstats
path: root/client/shared_cache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/shared_cache.hpp')
-rw-r--r--client/shared_cache.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/shared_cache.hpp b/client/shared_cache.hpp
index b9c3fd90..450116c5 100644
--- a/client/shared_cache.hpp
+++ b/client/shared_cache.hpp
@@ -159,7 +159,7 @@ public:
}
item = &(*item)->next;
}
- THROW("%s id %lu, not found", Treat::name(), id);
+ THROW("%s id %" PRIu64 ", not found", Treat::name(), id);
}
void clear()