summaryrefslogtreecommitdiffstats
path: root/bin/francid.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/francid.in')
-rwxr-xr-xbin/francid.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/francid.in b/bin/francid.in
index 560d959..66c4b75 100755
--- a/bin/francid.in
+++ b/bin/francid.in
@@ -341,8 +341,7 @@ TOP: while(<INPUT>) {
$clean_run=1;
last;
}
- if (/Error:/) {
- s/^.*Error:/Error:/;
+ if (/^Error:/) {
print STDOUT ("$host flogin error: $_");
print STDERR ("$host flogin error: $_") if ($debug);
$clean_run=0;