X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=gpgwww.c;h=7d90a00332f585fc4be843af4ea73bfcb83f02ea;hb=52efac0f79343cd80f1b7815ea416fc4036aa54b;hp=24bf49033ec7f15075a8ad71693aff985e0ae879;hpb=e21d57328129d20ebef11143909ebc58bc0affce;p=onak.git 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);