Ignore:
Timestamp:
06/01/04 16:52:40 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tcpip/MTcpIpIO.cc

    r4105 r4256  
    7676    if (lout.Lock("MTcpIpIO::Send"))
    7777    {
    78         const Int_t rc = lout.IsOutputDeviceEnabled(MLog::eGui);
    79         lout.DisableOutputDevice(MLog::eGui);
     78        //const Int_t rc = lout.IsOutputDeviceEnabled(MLog::eGui);
     79        //lout.DisableOutputDevice(MLog::eGui);
    8080        lout << msg << flush;
    8181        lout.UnLock("MTcpIpIO::Send");
    82         if (rc)
    83             lout.EnableOutputDevice(MLog::eGui);
     82        //if (rc)
     83        //    lout.EnableOutputDevice(MLog::eGui);
    8484    }
    8585
Note: See TracChangeset for help on using the changeset viewer.