MCPcopy Create free account
hub / github.com/antirez/disque / serverLogFromHandler

Function serverLogFromHandler

src/server.c:240–260  ·  view source on GitHub ↗

Log a fixed message without printf-alike capabilities, in a way that is * safe to call from a signal handler. * * We actually use this only for signals that are not fatal from the point * of view of Disque. Signals that are going to kill the server anyway and * where we need printf-alike features are served by serverLog(). */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

sigShutdownHandlerFunction · 0.85
watchdogSignalHandlerFunction · 0.85

Calls 1

ll2stringFunction · 0.85

Tested by

no test coverage detected