removed a debug print

This commit is contained in:
William Hubbs 2009-06-25 22:03:57 -05:00
commit e49acbb59a

View file

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