Changeset 10831
- Timestamp:
- 05/26/11 16:13:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Connection.cc
r10822 r10831 83 83 ostringstream str; 84 84 str << "Connection closed to " << URL() << "."; 85 Message(str);85 Info(str); 86 86 } 87 87 … … 284 284 if (!error) 285 285 { 286 Message("Connection established to "+host+"...");286 Info("Connection established to "+host+"..."); 287 287 288 288 fConnectionStatus = kConnected; … … 353 353 { 354 354 fMsgConnect = msg.str(); 355 ec ? Error(msg) : Message(msg);355 ec ? Error(msg) : Info(msg); 356 356 } 357 357
Note:
See TracChangeset
for help on using the changeset viewer.