commit | 1e9f1231fe76ee3c3f9af24545338e911a6050b4 | [log] [tgz] |
---|---|---|
author | Emil Lindqvist <emil@lindq.gr> | Tue Jun 29 10:07:48 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Jul 26 10:44:42 2021 -0400 |
tree | a435a2d75d689853b3394e4b230df4c5d9099512 | |
parent | 3f0394b83089651993053e3105a500eea97873f1 [diff] |
logging: fs: treat absent file on stat as no error There are multiple reasons to want to find out if file or directory exists, for example to create it. Stating and finding out it doesn't exist should not cause an LOG_ERR call as this gives information to the user in a normal call case. Fixes #35718 Signed-off-by: Emil Lindqvist <emil@lindq.gr>