git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@725
270642c3-0616-0410-b53a-bc976706d245
try {
clientHandle().bind(address);
} catch (SystemException & e) {
- e << "Could not bind to address " << address.path();
+ e << "; could not bind to address \"" << address.path() << "\"";
throw;
}
}