Changeset 10731 for trunk/FACT++


Ignore:
Timestamp:
05/17/11 20:19:17 (13 years ago)
Author:
tbretz
Message:
Improved error output.
File:
1 edited

Legend:

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

    r10662 r10731  
    373373    if (p0==string::npos || p0!=p1)
    374374    {
    375         Error("Connection::SetEndPoint - Wrong format of argument ('host:port' expected)");
     375        Error("Connection::SetEndpoint - Wrong format of argument '"+addr+"' ('host:port' expected)");
    376376        return;
    377377    }
Note: See TracChangeset for help on using the changeset viewer.