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

Function status_fmt

common/status.c:173–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void status_fmt(enum log_level level,
174 const struct node_id *peer,
175 const char *fmt, ...)
176{
177 va_list ap;
178
179 va_start(ap, fmt);
180 status_vfmt(level, peer, fmt, ap);
181 va_end(ap);
182}
183
184static NORETURN void flush_and_exit(int reason)
185{

Callers

nothing calls this directly

Calls 1

status_vfmtFunction · 0.85

Tested by

no test coverage detected