summaryrefslogtreecommitdiff
path: root/indra/llplugin
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2017-04-19 15:55:26 -0700
committerCallum Prentice <callum@gmail.com>2017-04-19 15:55:26 -0700
commit28824e68fffb26da21aa68bf711ee57de686d88b (patch)
treeea15505d2c936151085d4951c0ec7458d25cf15a /indra/llplugin
parent95c7feba072128233884d6453f1e46b475df7f02 (diff)
Turn off message that is expected behavior and will fill up the logs/console
Diffstat (limited to 'indra/llplugin')
-rw-r--r--indra/llplugin/llpluginmessagepipe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginmessagepipe.cpp b/indra/llplugin/llpluginmessagepipe.cpp
index b7497ad781..9468696507 100644
--- a/indra/llplugin/llpluginmessagepipe.cpp
+++ b/indra/llplugin/llpluginmessagepipe.cpp
@@ -329,7 +329,7 @@ bool LLPluginMessagePipe::pumpInput(F64 timeout)
else if(APR_STATUS_IS_EOF(status))
{
// This is what we normally expect when a plugin exits.
- LL_INFOS("PluginSocket") << "Got EOF from plugin socket. " << LL_ENDL;
+ //LL_INFOS("PluginSocket") << "Got EOF from plugin socket. " << LL_ENDL;
if(mOwner)
{