chiark / gitweb /
Assorted format fixes
[elogind.git] / src / udev / udevadm-hwdb.c
index 7a2114a3a14ccedf194ec8ec2182a80a043a889f..d65e40c011ec8cdfcfe45a31c72130cf9c2c232d 100644 (file)
@@ -401,7 +401,7 @@ static int trie_store(struct trie *trie, const char *filename) {
         }
 
         log_debug("=== trie on-disk ===");
-        log_debug("size:             %8"PRIu64" bytes", size);
+        log_debug("size:             %8"PRIi64" bytes", size);
         log_debug("header:           %8zu bytes", sizeof(struct trie_header_f));
         log_debug("nodes:            %8"PRIu64" bytes (%8"PRIu64")",
                   t.nodes_count * sizeof(struct trie_node_f), t.nodes_count);