summaryrefslogtreecommitdiff
path: root/content/llcache.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2023-06-17 11:20:09 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2023-06-17 11:20:09 +0100
commitc987b043b1fb4c5a25594e822c16787906b09fc8 (patch)
tree2c8435a031116fc7f536e4e82ad7a9bace827b9a /content/llcache.c
parenta16d5ff10b2225c7cf7b33ddfff1d947b0dbe40a (diff)
downloadnetsurf-c987b043b1fb4c5a25594e822c16787906b09fc8.tar.gz
netsurf-c987b043b1fb4c5a25594e822c16787906b09fc8.tar.bz2
Clean up print format specifier usage
Diffstat (limited to 'content/llcache.c')
-rw-r--r--content/llcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/llcache.c b/content/llcache.c
index 9d69c9651..175c5c81e 100644
--- a/content/llcache.c
+++ b/content/llcache.c
@@ -3897,7 +3897,7 @@ llcache_initialise(const struct llcache_parameters *prm)
llcache->all_caught_up = true;
NSLOG(llcache, INFO,
- "llcache initialising with a limit of %"PRId32" bytes",
+ "llcache initialising with a limit of %"PRIu32" bytes",
llcache->limit);
/* backing store initialisation */