From 76e30150b9abf4523de58969e594f1723dd3206d Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Thu, 9 Aug 2012 07:02:42 +0200 Subject: [PATCH] Removed superfluous debug output --- indra/llmessage/aicurlthread.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/llmessage/aicurlthread.cpp b/indra/llmessage/aicurlthread.cpp index 4d56a0622..0b1b85c0a 100644 --- a/indra/llmessage/aicurlthread.cpp +++ b/indra/llmessage/aicurlthread.cpp @@ -1011,7 +1011,6 @@ void AICurlThread::wakeup_thread(void) } llassert_always(len == 1); //SGTODO: handle EAGAIN if needed - llinfos << "Sent wakeup signal" << llendl; #else // If write() is interrupted by a signal before it writes any data, it shall return -1 with errno set to [EINTR]. // If write() is interrupted by a signal after it successfully writes some data, it shall return the number of bytes written.