From ac5884036816c0a0716da49dd6fdd8090e65d4c3 Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Fri, 9 Nov 2001 16:56:49 +0000 Subject: [PATCH] Added a level 5 dump indicating the completion of the PLIF program. --- webtools/PLIF/PLIF/Program.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/webtools/PLIF/PLIF/Program.pm b/webtools/PLIF/PLIF/Program.pm index b7c802916f26..c6f9ee2828d4 100644 --- a/webtools/PLIF/PLIF/Program.pm +++ b/webtools/PLIF/PLIF/Program.pm @@ -77,6 +77,7 @@ sub run { $self->defaultOutput(undef); } while ($self->input->next()); $self->input(undef); # shutdown the input service instance + $self->dump(5, 'PLIF application completed normally.'); } # takes the first applicable input method.