X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/cd002cef518222c140de94b8817874b072b2d918..321e011925f486709cadd1ab873e8847fc84cbca:/gpgwww.c 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();