----- Original Message -----
Hi Dave,
On Thu, 2012-02-16 at 10:59 -0500, Dave Anderson wrote:
> Also, printf() is never used by the crash utility. (well, except
> by some dead va_server.c code, some dead remote.c debug code,
> and a couple places in s390dbf.c which I don't control...)
Probably I should change that in s390dbf.c. Should I always use
fprintf(fp, ...)? Also for error messages?
Ideally, yes, and error() with the proper type for error messages.
Dave