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
Родитель 39fdc2c4af
Коммит ac58840368
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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