diff options
author | Callum Prentice <callum@gmail.com> | 2017-04-19 13:22:32 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2017-04-19 13:22:32 -0700 |
commit | 45f67f4ed7922e87ae5dd471bd82506f1e2300da (patch) | |
tree | eb7c6a06445ae3d8542b1b455bd1567318b82ced /indra/llplugin/llpluginmessagepipe.cpp | |
parent | 510a7530969d9818a8ba7f82937afabc6403cc5f (diff) |
Hopeful fix for MAINT-7220 Windows Error Message 'SLPlugin.exe has stopped working ' appears.
Diffstat (limited to 'indra/llplugin/llpluginmessagepipe.cpp')
-rw-r--r-- | indra/llplugin/llpluginmessagepipe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginmessagepipe.cpp b/indra/llplugin/llpluginmessagepipe.cpp index 7e2bf90ad1..b7497ad781 100644 --- a/indra/llplugin/llpluginmessagepipe.cpp +++ b/indra/llplugin/llpluginmessagepipe.cpp @@ -215,7 +215,7 @@ bool LLPluginMessagePipe::pumpOutput() else if(APR_STATUS_IS_EOF(status)) { // This is what we normally expect when a plugin exits. - LL_INFOS() << "Got EOF from plugin socket. " << LL_ENDL; + //LL_INFOS() << "Got EOF from plugin socket. " << LL_ENDL; if(mOwner) { |