Related to #5946<div><br></div><div>I noticed modules/access/file.c has two parts which have msg_Err (p_access, "failed to read (%m)"); (lines 187 and 297). In yearly years this wasn't issue since it also printed the function name (access_file error: fstat(3):) but now it is just filesystem error:</div>
<div><br></div><div>With this patch it is easier to see from messages if the read part fails or if the fstat part fails.</div><div> </div>