From 9bd17503f1cabd83dd100ec3fd362b68c52b8c7f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 21 Feb 2003 05:52:05 +0000 Subject: Via does not mean to --- Echolot/Storage/File.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Echolot/Storage/File.pm') diff --git a/Echolot/Storage/File.pm b/Echolot/Storage/File.pm index 7bd668b..dff840e 100644 --- a/Echolot/Storage/File.pm +++ b/Echolot/Storage/File.pm @@ -1,7 +1,7 @@ package Echolot::Storage::File; # (c) 2002 Peter Palfrader -# $Id: File.pm,v 1.55 2003/02/20 19:39:03 weasel Exp $ +# $Id: File.pm,v 1.56 2003/02/21 05:52:05 weasel Exp $ # =pod @@ -817,7 +817,7 @@ sub register_chainpingout($$$$$$$$$) { Echolot::Log::warn("Error when writing to chaintype $chaintype out pings: $!."), return undef; $fh->flush(); - Echolot::Log::debug("registering chainping $chaintype out through $addr1 ($type1; $key1) via $addr2 ($type2; $key2)."); + Echolot::Log::debug("registering chainping $chaintype out through $addr1 ($type1; $key1) to $addr2 ($type2; $key2)."); return 1; }; @@ -845,7 +845,7 @@ sub register_chainpingdone($$$$$$$$$$) { Echolot::Log::warn("Error when writing to $chaintype/done pings: $!."), return undef; $fh->flush(); - Echolot::Log::debug("registering chainpingdone from ".(scalar localtime $sent_time)." with latency $latency chainping $chaintype out through $addr1 ($type1; $key1) via $addr2 ($type2; $key2)."); + Echolot::Log::debug("registering chainpingdone from ".(scalar localtime $sent_time)." with latency $latency chainping $chaintype out through $addr1 ($type1; $key1) to $addr2 ($type2; $key2)."); return 1; }; -- cgit v1.2.3