X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=gpgwww.c;h=7d90a00332f585fc4be843af4ea73bfcb83f02ea;hb=677db9ffe0b9ea79bb52ffacc5ccb964e261093a;hp=10b3806a5e7b1158e7038f86a370faf1140ec13c;hpb=1921fa44cfae203ae40e853ee9ecedb206fa9413;p=onak.git diff --git a/gpgwww.c b/gpgwww.c index 10b3806..7d90a00 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -154,14 +154,14 @@ 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); - printf("" "Get all keys listed

\n", from, @@ -173,8 +173,9 @@ int main(int argc, char *argv[]) catchsignals(); config.dbbackend->initdb(true); inithash(); - logthing(LOGTHING_NOTICE, "Looking for path from 0x%" PRIx64 " to 0x%" - PRIx64, + logthing(LOGTHING_NOTICE, "Looking for path from 0x%016" PRIX64 + " to 0x%016" + PRIX64, from, to); if (op == OP_GET) {