X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=gpgwww.c;h=4668239bb3334347cbcf7be8c933a1e662a6346a;hb=2f81a42ec6952ef08a1a440d6044c75882158da0;hp=fa8ea4f952eb8024003a547c9d6aa0a896f2f391;hpb=6afb1be70692774239e25ff9fb1083bedc714031;p=onak.git diff --git a/gpgwww.c b/gpgwww.c index fa8ea4f..4668239 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -5,7 +5,7 @@ * * Copyright 2001-2002 Project Purple. * - * $Id: gpgwww.c,v 1.13 2004/03/23 12:33:46 noodles Exp $ + * $Id: gpgwww.c,v 1.14 2004/05/26 18:53:14 noodles Exp $ */ #include @@ -66,6 +66,9 @@ int main(int argc, char *argv[]) initlogthing("gpgwww", config.logfile); initdb(true); inithash(); + logthing(LOGTHING_NOTICE, "Looking for path from 0x%llX to 0x%llX.", + from, + to); dofindpath(from, to, true, 3); destroyhash(); cleanupdb();