X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=gpgwww.c;h=f5b16448de0f4591318631bda69dd9c093b19976;hb=3b5b9db0bc2dbe93b3b79e722997606c71ecafb9;hp=c225b827c90e095176e4d473b0a1fec9d82d0cd7;hpb=62c94dacbe471278972813b59776a5fadbd8a543;p=onak.git diff --git a/gpgwww.c b/gpgwww.c index c225b82..f5b1644 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -14,6 +14,7 @@ #include "getcgi.h" #include "hash.h" #include "keydb.h" +#include "log.h" #include "onak-conf.h" #include "stats.h" @@ -55,11 +56,13 @@ int main(int argc, char *argv[]) printf("

Looking for path from 0x%llX to 0x%llX

\n", from, to); readconfig(); + initlogthing("gpgwww", config.logfile); initdb(); inithash(); dofindpath(from, to, true); destroyhash(); cleanupdb(); + cleanuplogthing(); cleanupconfig(); puts("
");