mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
More boring warnings
This commit is contained in:
parent
770fdb6861
commit
4ce101b5c6
1 changed files with 2 additions and 0 deletions
|
@ -379,6 +379,8 @@ def hook_exec(
|
||||||
r"/var/lib/postgresql/\d\d/main /var/log/postgresql/postgresql-\d\d-main.log",
|
r"/var/lib/postgresql/\d\d/main /var/log/postgresql/postgresql-\d\d-main.log",
|
||||||
# Java boring messages
|
# Java boring messages
|
||||||
r"cannot open '/etc/ssl/certs/java/cacerts'",
|
r"cannot open '/etc/ssl/certs/java/cacerts'",
|
||||||
|
# Misc
|
||||||
|
r"update-binfmts: warning:",
|
||||||
]
|
]
|
||||||
return all(not re.search(w, msg) for w in irrelevant_warnings)
|
return all(not re.search(w, msg) for w in irrelevant_warnings)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue