From 04265aabca9e8d0dadd4efb8d194e9d679df1c6d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 16 Feb 2003 09:09:57 +0000 Subject: Ping broken chains more often ("Intensive Care") Expire chainpings --- Echolot/Conf.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Echolot/Conf.pm') diff --git a/Echolot/Conf.pm b/Echolot/Conf.pm index d5b9505..176df6a 100644 --- a/Echolot/Conf.pm +++ b/Echolot/Conf.pm @@ -1,7 +1,7 @@ package Echolot::Conf; # (c) 2002 Peter Palfrader -# $Id: Conf.pm,v 1.37 2003/02/16 03:38:09 weasel Exp $ +# $Id: Conf.pm,v 1.38 2003/02/16 09:09:57 weasel Exp $ # =pod @@ -381,7 +381,8 @@ sub parse_cpunk_key($$$) { my @included_keys = $stdout =~ /^pub:.*$/mg; (scalar @included_keys >= 2) && - Echolot::Log::info ("Cannot handle more than one key per block correctly yet. Found ".(scalar @included_keys)." in one block from ".$remailer->{'address'}."."); + # FIXME handle more than one key per block nicely + Echolot::Log::debug ("Cannot handle more than one key per block nicely (correctly) yet. Found ".(scalar @included_keys)." in one block from ".$remailer->{'address'}."."); for my $included_key (@included_keys) { my ($type, $keyid, $uid) = $included_key =~ /pub::\d+:(\d+):([0-9A-F]+):[^:]+:[^:]*:::([^:]+):/; (defined $uid) or -- cgit v1.2.3