Changeset 10925


Ignore:
Timestamp:
06/07/11 22:20:50 (13 years ago)
Author:
tbretz
Message:
Suppress notice about sent data by define.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Connection.cc

    r10831 r10925  
    176176    else
    177177    {
     178#ifdef DEBUG_TX
    178179        ostringstream msg;
    179180        msg << n << " bytes successfully sent to " << URL();
    180181        Message(msg);
     182#endif
    181183    }
    182184
Note: See TracChangeset for help on using the changeset viewer.