summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systemd1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd b/systemd
index 73d3b1a..b19e7a0 100644
--- a/systemd
+++ b/systemd
@@ -92,6 +92,7 @@ while (defined(my $ThisLine = <STDIN>)) {
$ThisLine =~ /^Switching root\.$/ or
$ThisLine =~ /: Succeeded\.$/ or
$ThisLine =~ /^Successfully loaded SELinux policy in / or
+ $ThisLine =~ /^Finished .*\.$/ or
$ThisLine =~ /already active, refusing\./ or
$ThisLine =~ /^Failed to propagate agent release message:/ or
$ThisLine =~ /: Supervising process .* which is not our child\. We'll most likely not notice when it exits\.$/ or