kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 01e3ef6cd3efc0a58d4f21fc811ae99515098ed4
parent 6592eddcfb9aabbae0e6a465f4006706fe5efbf6
Author: Joris Vink <joris@coders.se>
Date:   Mon,  6 Feb 2017 12:13:34 +0100

no need to log ignored signals.

Diffstat:
src/kore.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/kore.c b/src/kore.c @@ -467,8 +467,6 @@ kore_server_start(void) kore_worker_dispatch_signal(sig_recv); continue; default: - kore_log(LOG_NOTICE, - "no action taken for signal %d", sig_recv); break; }