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

Function l_message

lua/lua.c:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57static void l_message (const char *pname, const char *msg) {
58 if (pname) logmsg(LOGMSG_USER, "%s: ", pname);
59 logmsg(LOGMSG_USER, "%s\n", msg);
60}
61
62
63static int report (lua_State *L, int status) {

Callers 4

reportFunction · 0.85
print_versionFunction · 0.85
dottyFunction · 0.85
mainFunction · 0.85

Calls 1

logmsgFunction · 0.50

Tested by

no test coverage detected