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

Function plugin_err

plugins/libplugin.c:1991–1998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1989}
1990
1991void NORETURN plugin_err(struct plugin *p, const char *fmt, ...)
1992{
1993 va_list ap;
1994
1995 va_start(ap, fmt);
1996 plugin_errv(p, fmt, ap);
1997 va_end(ap);
1998}
1999
2000void plugin_log(struct plugin *p, enum log_level l, const char *fmt, ...)
2001{

Callers 15

sqlite_setupFunction · 0.70
init_indicesFunction · 0.70
delete_channel_from_dbFunction · 0.70
channels_refreshFunction · 0.70
delete_node_from_dbFunction · 0.70
nodes_refreshFunction · 0.70
wait_doneFunction · 0.70
watch_initFunction · 0.70
json_sqlFunction · 0.70
finish_tdFunction · 0.70
listfunds_doneFunction · 0.70
selfpay_successFunction · 0.70

Calls 1

plugin_errvFunction · 0.85

Tested by 1

spam_errcbFunction · 0.40