Changeset 10731
- Timestamp:
- 05/17/11 20:19:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Connection.cc
r10662 r10731 373 373 if (p0==string::npos || p0!=p1) 374 374 { 375 Error("Connection::SetEnd Point - Wrong format of argument('host:port' expected)");375 Error("Connection::SetEndpoint - Wrong format of argument '"+addr+"' ('host:port' expected)"); 376 376 return; 377 377 }
Note:
See TracChangeset
for help on using the changeset viewer.