Open vaguecoder opened 2 years ago
Issue 352 reported by @wimglenn
Remove redundant error print function call in failf.
failf
This deletes the extra error log which gets printed when opted for ExitOnError or PanicOnError.
ExitOnError
PanicOnError
Closes #352
All committers have signed the CLA.
Any updates? It waits for almost a whole year when the problem still occurs
Motivation
Issue 352 reported by @wimglenn
Changes
Remove redundant error print function call in
failf
.Summary
This deletes the extra error log which gets printed when opted for
ExitOnError
orPanicOnError
.Related Issues
Closes #352