Ignore:
Timestamp:
05/11/09 21:49:57 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9439 r9443  
    1515
    1616#undef DEBUG
    17 //#define DEBUG
    1817
    1918using namespace std;
     
    4645    gLog << all << "- Open send socket to " << addr << ":" << tx << endl;
    4746
     47    const Int_t save = gDebug;
     48    gDebug=1;
    4849    fTxSocket = new TSocket(addr, tx);
     50    gDebug=save;
    4951    fTxSocket->SetOption(kNoBlock, 1);
    5052
Note: See TracChangeset for help on using the changeset viewer.