summaryrefslogtreecommitdiff
path: root/Echolot/Storage/File.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-02-21 05:52:05 +0000
committerPeter Palfrader <peter@palfrader.org>2003-02-21 05:52:05 +0000
commit9bd17503f1cabd83dd100ec3fd362b68c52b8c7f (patch)
tree53bf98bcd2645efa4591b412c181eb8868ac9d95 /Echolot/Storage/File.pm
parent3baf5b9cb762231e0c98b0e4aef4ac58b6ac80ae (diff)
Via does not mean to
Diffstat (limited to 'Echolot/Storage/File.pm')
-rw-r--r--Echolot/Storage/File.pm6
1 files changed, 3 insertions, 3 deletions
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 <peter@palfrader.org>
-# $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;
};