summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index d6b5abe6e..2b01053f1 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -161,7 +161,8 @@ nserror netsurf_init(const char *store_path)
if (hlcache_parameters.llcache.limit < MINIMUM_MEMORY_CACHE_SIZE) {
hlcache_parameters.llcache.limit = MINIMUM_MEMORY_CACHE_SIZE;
- LOG("Setting minimum memory cache size %zd", hlcache_parameters.llcache.limit);
+ LOG("Setting minimum memory cache size %" PRIsizet,
+ hlcache_parameters.llcache.limit);
}
/* Set up the max attempts made to fetch a timing out resource */