| 1854 | |
| 1855 | void bugReportEnd(int killViaSignal, int sig) { |
| 1856 | struct sigaction act; |
| 1857 | |
| 1858 | serverLogRaw(LL_WARNING|LL_RAW, |
| 1859 | "\n=== REDIS BUG REPORT END. Make sure to include from START to END. ===\n\n" |
no outgoing calls
no test coverage detected