Log the real reason for why posix_fadvise failed (#13246)
`reclaimFilePageCache` did not set `errno` but `rdbSaveInternal` which
is logging the error assumed it did. This makes sure `errno` is set.
Fixes #13245
Signed-off-by:
Ted Lyngmo <ted@lyncon.se>
Please register or sign in to comment