diff --git a/Socket/Protocols/GenericAddressingPolicy.cti b/Socket/Protocols/GenericAddressingPolicy.cti index 7942fe34c25ad625e65fd05ed29a275f78ddaf35..2d94d329cb3fbe47ed58598f83ba68622f130cea 100644 --- a/Socket/Protocols/GenericAddressingPolicy.cti +++ b/Socket/Protocols/GenericAddressingPolicy.cti @@ -87,6 +87,7 @@ prefix_ void senf::GenericAddressingPolicy<Address>::local(FileHandle handle, try { do_local(handle,addr.sockaddr_p(),addr.sockaddr_len()); } catch (SystemException & e) { + // TODO: identify socket by some meaningful attribute e << "; could not get name for address \"" << addr << "\""; throw; }