Skip to content
Snippets Groups Projects
Commit 28824e68 authored by Callum Prentice's avatar Callum Prentice
Browse files

Turn off message that is expected behavior and will fill up the logs/console

parent 95c7feba
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment