Imported Upstream version 2.88
[platform/upstream/dnsmasq.git] / src / blockdata.c
index f7740b5..4c26155 100644 (file)
@@ -1,4 +1,4 @@
-/* dnsmasq is Copyright (c) 2000-2021 Simon Kelley
+/* dnsmasq is Copyright (c) 2000-2022 Simon Kelley
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -52,7 +52,7 @@ void blockdata_init(void)
 
 void blockdata_report(void)
 {
-  my_syslog(LOG_INFO, _("pool memory in use %u, max %u, allocated %u"), 
+  my_syslog(LOG_INFO, _("pool memory in use %zu, max %zu, allocated %zu"), 
            blockdata_count * sizeof(struct blockdata),  
            blockdata_hwm * sizeof(struct blockdata),  
            blockdata_alloced * sizeof(struct blockdata));