mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-18 05:49:11 +02:00
removed a debug print
This commit is contained in:
parent
24bcdf5666
commit
e49acbb59a
1 changed files with 0 additions and 1 deletions
1
signal.c
1
signal.c
|
|
@ -54,7 +54,6 @@ void *signal_thread(void *arg)
|
|||
switch (sig) {
|
||||
case SIGINT:
|
||||
case SIGTERM:
|
||||
printf("This is where we shut down.\n");
|
||||
pthread_mutex_lock(&queue_guard);
|
||||
should_run = 0;
|
||||
pthread_mutex_unlock(&queue_guard);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue