MCPcopy Create free account
hub / github.com/ElementsProject/lightning / report_logging_io

Function report_logging_io

common/status.c:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43static void report_logging_io(const char *why)
44{
45 if (logging_io != was_logging_io) {
46 was_logging_io = logging_io;
47 status_debug("%s: IO LOGGING %s",
48 why, logging_io ? "ENABLED" : "DISABLED");
49 }
50}
51
52void status_setup_sync(int fd)
53{

Callers 3

status_sendFunction · 0.85
status_peer_ioFunction · 0.85
status_ioFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected