no need to log ignored signals.

This commit is contained in:
Joris Vink 2017-02-06 12:13:34 +01:00
parent 6592eddcfb
commit 01e3ef6cd3
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}