X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=stats.c;h=88d7a050de183bc266367e1ed3fe3d3225845ba4;hb=9c96da2b288cebb53388ad4e30adbe9b87f67d91;hp=e009de52da5f0a6a9cb0eadbdc303f839ddc7d9c;hpb=e21d57328129d20ebef11143909ebc58bc0affce;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; }