Skip to content
Snippets Groups Projects
Commit 69294234 authored by jkaeber's avatar jkaeber
Browse files

Added TODO

parent 4c1f0fe5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment