Reduce the syslog level of some relatively common protocol events
authordtucker <dtucker@openbsd.org>
Fri, 15 Jul 2016 05:01:58 +0000 (05:01 +0000)
committerdtucker <dtucker@openbsd.org>
Fri, 15 Jul 2016 05:01:58 +0000 (05:01 +0000)
commitd51a1029dda4c055e9406c395d53b54074ae40ef
tree2a1a487bed5b77c5fcdf552e81acd381255472a0
parent5fd00ece6e9ad9ee343097d44aa417262aa58d71
Reduce the syslog level of some relatively common protocol events
from LOG_CRIT by replacing fatal() calls with logdie().  Part of
bz#2585, ok djm@
usr.bin/ssh/log.c
usr.bin/ssh/log.h
usr.bin/ssh/packet.c