diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-02 14:15:55 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-02 14:15:55 +0000 |
commit | 28c5fa0bb3633e8bb23bb91268601a5dc5b82fc9 (patch) | |
tree | 9940a04668160140799d3f4346cd10ebf92c805c /Echolot/Storage | |
parent | 4e20e1a4a9643529bbd054a55287a0358e043bf9 (diff) |
Fix syntax error
Diffstat (limited to 'Echolot/Storage')
-rw-r--r-- | Echolot/Storage/File.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Echolot/Storage/File.pm b/Echolot/Storage/File.pm index 116f8bd..dba5548 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.14 2002/07/02 13:57:09 weasel Exp $ +# $Id: File.pm,v 1.15 2002/07/02 14:15:55 weasel Exp $ # =pod @@ -531,7 +531,7 @@ sub add_address($$) { }; # FIXME logging and such - print "Adding address $addr\n" if + print "Adding address $addr\n" if Echolot::Config::get()->{'verbose'}; $self->{'METADATA'}->{'addresses'}->{$addr} = $remailer; |