summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-05-18 15:51:41 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-05-18 15:51:41 +0000
commitb01340f8b1b9d5fbe4a65f56bc84bd07ca618c14 (patch)
tree0e1963bd958aa79044d6dc4421eb760c4f656bb5
parent3af1b5fa2ec86d21762ad1cea81d2b275d4a9d48 (diff)
Remove silly got signal message.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2541 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--zaptel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zaptel.c b/zaptel.c
index 18a5aac..606deb1 100644
--- a/zaptel.c
+++ b/zaptel.c
@@ -779,7 +779,6 @@ static int schluffen(wait_queue_head_t *q)
current->state = TASK_RUNNING;
remove_wait_queue(q, &wait);
if (signal_pending(current)) {
- printk(KERN_WARNING "zaptel.c:%d (pid %d: %s) got signal %08lX\n", __LINE__, current->pid, current->comm, current->pending.signal.sig[0]);
return -ERESTARTSYS;
}
return(0);