diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-06 22:08:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-06 22:08:14 +0200 |
commit | a30be50b746055a1474b90b8bdf01a34776f535d (patch) | |
tree | 6e6fd847e72cfd8e01939fd776c17bfc09b98ee6 /lib/WWW/Efa | |
parent | ee38a4b7cdf0032e35e8249eb45d255480895119 (diff) |
Fix internal error handling + tests for it
Diffstat (limited to 'lib/WWW/Efa')
-rw-r--r-- | lib/WWW/Efa/Error.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WWW/Efa/Error.pm b/lib/WWW/Efa/Error.pm index 1f390bf..a5fbf96 100644 --- a/lib/WWW/Efa/Error.pm +++ b/lib/WWW/Efa/Error.pm @@ -28,7 +28,7 @@ sub as_string { if ($self->{'source'} eq 'internal') { $ret = sprintf( - "WWW::Efa config error: Wrong args for option %s. %s\n", + "WWW::Efa config error: Wrong arg for option %s: %s\n%s\n", @{$self->{'data'}} ); } |