Removed superfluous debug output

This commit is contained in:
Aleric Inglewood
2012-08-09 07:02:42 +02:00
parent cd197a3807
commit 76e30150b9

View File

@@ -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.