summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-08-26 13:09:29 +0000
committerfukachan <fukachan>2001-08-26 13:09:29 +0000
commit8ec18b2c5a063a5c3a2a93f4a808c9978f646abc (patch)
treed67553590e03273b71940926fd32861d25c51816
parentaeb08786a4f5009a9071c02f23da32c041a87368 (diff)
downloadfml8-8ec18b2c5a063a5c3a2a93f4a808c9978f646abc.tar.gz
fml8-8ec18b2c5a063a5c3a2a93f4a808c9978f646abc.tar.bz2
fml8-8ec18b2c5a063a5c3a2a93f4a808c9978f646abc.zip
modify error message
-rw-r--r--fml/lib/FML/Command/Admin/subscribe.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/Admin/subscribe.pm b/fml/lib/FML/Command/Admin/subscribe.pm
index b4202da9..837854a1 100644
--- a/fml/lib/FML/Command/Admin/subscribe.pm
+++ b/fml/lib/FML/Command/Admin/subscribe.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: subscribe.pm,v 1.2 2001/08/26 07:58:39 fukachan Exp $
+# $FML: subscribe.pm,v 1.1.1.1 2001/08/26 08:01:04 fukachan Exp $
#
package FML::Command::Admin::subscribe;
@@ -61,7 +61,7 @@ sub process
$obj->add( $address );
}
else {
- $self->error_set( "$address already exists" );
+ $self->error_set( "$address is member (map=$map)" );
return undef;
}
}