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 <sbrivio(a)redhat.com>
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