Closed laeti-tia closed 7 years ago
In protocol.c
as the err
part ends with a another call to OWPError()
with the OWPErrFATAL
severity, I thought the preceding log messages could be lowered so one can filter those out if they want. But I'm happy leaving all at OWPErrorFATAL
too, and then maybe removing the very last OWPError()
call that just say "Failed" as it doesn't say anything new (and that removes quite some lines in the log sample I see).
@mfeit-internet2, I've revised this PR. I think it can be merged now.
The changes to
OWPErrWARNING
inprotocol.c
should probably be left atOWPErrFATAL
since they all jump toerr
, which returns a fatal value. Doesn't seem like it would be fatal to the program, though.Re. your other comment, the change in 6cc02ef611f4beed472238dcf2dac5db4da80da8 should probably have been severity instead of deletion. Those two were the only things that were being logged during normal operation.