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

Function connectd_logcb

connectd/connectd.c:2281–2291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2279}
2280
2281static void connectd_logcb(struct daemon *daemon,
2282 enum log_level level,
2283 const char *fmt,
2284 ...)
2285{
2286 va_list ap;
2287
2288 va_start(ap, fmt);
2289 status_vfmt(level, NULL, fmt, ap);
2290 va_end(ap);
2291}
2292
2293/* This is called once we need it: otherwise, the gossip_store may not exist,
2294 * since we start at the same time as gossipd itself. */

Callers

nothing calls this directly

Calls 1

status_vfmtFunction · 0.85

Tested by

no test coverage detected