From e49acbb59acdbad827da2fc4dd7061e7fe2de35a Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 25 Jun 2009 22:03:57 -0500 Subject: [PATCH] removed a debug print --- signal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/signal.c b/signal.c index 6482264..5a49183 100644 --- a/signal.c +++ b/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);