Changeset 11118 for trunk/FACT++/src/Connection.cc
- Timestamp:
- 06/22/11 20:17:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Connection.cc
r10983 r11118 19 19 using boost::lexical_cast; 20 20 using ba::ip::tcp; 21 22 #define DEBUG_TX23 21 24 22 // -------- Abbreviations for starting async tasks --------- … … 177 175 else 178 176 { 179 #ifdef DEBUG_TX 180 ostringstream msg; 181 msg << n << " bytes successfully sent to " << URL(); 182 Message(msg); 183 #endif 177 if (fDebugTx) 178 { 179 ostringstream msg; 180 msg << n << " bytes successfully sent to " << URL(); 181 Message(msg); 182 } 184 183 } 185 184
Note:
See TracChangeset
for help on using the changeset viewer.