Added a level 5 dump indicating the completion of the PLIF program.

This commit is contained in:
ian%hixie.ch 2001-11-09 16:56:49 +00:00
parent 39fdc2c4af
commit ac58840368

View File

@ -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.