Loading... (original) (raw)
Use error stream instead of tty for logging before ShouldNotReachHere()
- Type:
Enhancement
- Resolution: Fixed
- Priority:
P4
- Fix Version/s: 9
- Affects Version/s: 9
Some code dumps information on tty before calling ShouldNotReachHere(). With the new logging framework it makes sense to move this to the error stream.