Only seed database for Debian install if we're using default config
[onak.git] / stats.c
diff --git a/stats.c b/stats.c
index e009de52da5f0a6a9cb0eadbdc303f839ddc7d9c..88d7a050de183bc266367e1ed3fe3d3225845ba4 100644 (file)
--- 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;
        }