Remove warning messages that add nothing in the situation they occure.
authorclaudio <claudio@openbsd.org>
Mon, 18 Jul 2022 13:56:41 +0000 (13:56 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 18 Jul 2022 13:56:41 +0000 (13:56 +0000)
commit7e13811493ca326296c13b691a7eb0cdce8492f7
tree83cedb73a5ad366d3c0992115fe6f17a84a38f69
parent06b3f8b39a998dd11fab170efa42230bd1374e90
Remove warning messages that add nothing in the situation they occure.

If the RDE dies this is logged before but the error messages from
imsg_rde() may be called a couple of times before the SE has a chance
to exit.
OK tb@
usr.sbin/bgpd/session.c