X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=stats.c;h=88d7a050de183bc266367e1ed3fe3d3225845ba4;hb=936be87217c58254edc92aa63178fa0461f67150;hp=e009de52da5f0a6a9cb0eadbdc303f839ddc7d9c;hpb=01108b24506dbe2083a23b61baa0bba9451f5ee0;p=onak.git diff --git a/stats.c b/stats.c index e009de5..88d7a05 100644 --- a/stats.c +++ b/stats.c @@ -139,11 +139,11 @@ void dofindpath(uint64_t have, uint64_t want, bool html, int count) (void) config.dbbackend->cached_getkeysigs(fullwant); if ((keyinfoa = findinhash(fullhave)) == NULL) { - printf("Couldn't find key 0x%" PRIX64 ".\n", have); + printf("Couldn't find key 0x%016" PRIX64 ".\n", have); return; } if ((keyinfob = findinhash(fullwant)) == NULL) { - printf("Couldn't find key 0x%" PRIX64 ".\n", want); + printf("Couldn't find key 0x%016" PRIX64 ".\n", want); return; }