MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / printf_logmsg_wrap

Function printf_logmsg_wrap

db/sqlglue.c:11566–11572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11564}
11565
11566static int printf_logmsg_wrap(const char *fmt, ...) {
11567 va_list args;
11568 va_start(args, fmt);
11569 logmsgv(LOGMSG_USER, fmt, args);
11570 va_end(args);
11571 return 0;
11572}
11573
11574void stat4dump(int more, char *table, int istrace)
11575{

Callers

nothing calls this directly

Calls 1

logmsgvFunction · 0.85

Tested by

no test coverage detected