X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/e21d57328129d20ebef11143909ebc58bc0affce..a534b3b856a1e3cbfe60bc0bca432e802f9718be:/gpgwww.c diff --git a/gpgwww.c b/gpgwww.c index 24bf490..7d90a00 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -154,10 +154,10 @@ int main(int argc, char *argv[]) } if (op != OP_GET) { - printf("

Looking for path from 0x%" PRIX64" to 0x%" PRIX64 - ".\n", + printf("

Looking for path from 0x%016" PRIX64" to 0x%016" + PRIX64 ".\n", from, to); - printf("Find reverse path\n", to, from); @@ -173,7 +173,8 @@ int main(int argc, char *argv[]) catchsignals(); config.dbbackend->initdb(true); inithash(); - logthing(LOGTHING_NOTICE, "Looking for path from 0x%" PRIX64 " to 0x%" + logthing(LOGTHING_NOTICE, "Looking for path from 0x%016" PRIX64 + " to 0x%016" PRIX64, from, to);