rgb-cln/connectd
Michael Schmoock 9a3f69aecf connectd: log status_failed on TOR problems
This changes connectd to use `status_fail()` on TOR problems during statup
instead of `err()`. Using `err()` did not write to the logfile.

To find out TOR problems during startup, the user needed to stop the system
daemon and call `lightningd` manually in console to see the error.

`status_fail()` logs and exits, but also prints a whole stacktrace,
which is a bit too much imho on config errors. But currently there is
no `status_SOMETHING` method that logs, prints and exists on an error
without stacktrace.

Changelog-None
2023-03-22 09:42:13 +10:30
..
test
Makefile
connectd.c
connectd.h
connectd_gossipd_wire.csv
connectd_wire.csv
gossip_rcvd_filter.c
gossip_rcvd_filter.h
gossip_store.c
gossip_store.h
handshake.c
handshake.h
multiplex.c
multiplex.h
netaddress.c
netaddress.h
onion_message.c
onion_message.h
peer_exchange_initmsg.c
peer_exchange_initmsg.h
sha1.c
sha1.h
tor.c
tor.h
tor_autoservice.c
tor_autoservice.h
websocketd.c