X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/52efac0f79343cd80f1b7815ea416fc4036aa54b..28d25177e72f84408c99072fbe6cf05b4fc556fb:/keydb.c diff --git a/keydb.c b/keydb.c index 42eebfe..4dc9332 100644 --- a/keydb.c +++ b/keydb.c @@ -185,7 +185,7 @@ int generic_update_keys(struct openpgp_publickey **keys, bool sendsync) for (curkey = *keys; curkey != NULL; curkey = curkey->next) { intrans = config.dbbackend->starttrans(); logthing(LOGTHING_INFO, - "Fetching key 0x%llX, result: %d", + "Fetching key 0x%" PRIX64 ", result: %d", get_keyid(curkey), config.dbbackend->fetch_key(get_keyid(curkey), &oldkey, intrans));