mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Added a level 5 dump indicating the completion of the PLIF program.
This commit is contained in:
parent
39fdc2c4af
commit
ac58840368
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user