X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/7f88fa1553a361d5d70a87eeeb7a37e1f3476cc8..b8790eaafd4ed0be8ab280581dedd3ff81ba752b:/lookup.c?ds=sidebyside diff --git a/lookup.c b/lookup.c index e670d49..fafef12 100644 --- a/lookup.c +++ b/lookup.c @@ -165,7 +165,7 @@ int main(int argc, char *argv[]) case OP_GET: if (ishex) { logthing(LOGTHING_NOTICE, - "Getting keyid 0x%llX", + "Getting keyid 0x%" PRIX64, keyid); result = config.dbbackend->fetch_key(keyid, &publickey, false);