chiark / gitweb /
Assorted format fixes
[elogind.git] / src / hwdb / hwdb.c
index 4fce30da05f11921d1decd211c33752330110084..ff1220886c5fe2c7f945297103a44a741cd5801b 100644 (file)
@@ -420,7 +420,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);