Log errors when add_edge() fails to insert into the edge trees.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 27 Jun 2021 14:01:52 +0000 (16:01 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 27 Jun 2021 14:09:41 +0000 (16:09 +0200)
This should never happen, but if it does we want to have it at least
logged instead of causing issues later on.

Based on a patch from arsh0r.


No differences found