18 Jun
2024
18 Jun
'24
8:02 a.m.
On Tue, 18 Jun 2024 10:51:49 +1000
David Gibson
On Mon, Jun 17, 2024 at 02:03:19PM +0200, Stefano Brivio wrote:
Now that we have logging functions embedding perror() functionality, we can make _some_ calls more terse by using them. In many places, the strerror() calls are still more convenient because, for example, they are used in flow debugging functions, or because the return code variable of interest is not 'errno'.
Signed-off-by: Stefano Brivio
Hrm, this also changes What we were doing: <strerror> into <strerror>: What we were doing
which I think is a weirder convention.
Oops, that was not intended, I forgot to switch it back in 4/6 after some experiments. I'll fix this in 4/6. -- Stefano