Clean up remaining uses of %llX for printing keyids
[onak.git] / keydb_dynamic.c
index e22b00db30156e084505a3ec9a748a45c0c910e7..ba7792f20302a756d3bcd98c4d28107f87e0472e 100644 (file)
@@ -428,7 +428,7 @@ static int dynamic_update_keys(struct openpgp_publickey **keys, bool sendsync)
        for (curkey = *keys; curkey != NULL; curkey = curkey->next) {
                intrans = dynamic_starttrans();
                logthing(LOGTHING_INFO,
-                       "Fetching key 0x%llX, result: %d",
+                       "Fetching key 0x%" PRIX64 ", result: %d",
                        get_keyid(curkey),
                        dynamic_fetch_key(get_keyid(curkey), &oldkey, intrans));