From 6929423420e4857cfa445d0275262697a98f031d Mon Sep 17 00:00:00 2001
From: jkaeber <jkaeber@wiback.org>
Date: Tue, 4 Mar 2008 10:39:13 +0000
Subject: [PATCH] Added TODO

---
 Socket/Protocols/GenericAddressingPolicy.cti | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Socket/Protocols/GenericAddressingPolicy.cti b/Socket/Protocols/GenericAddressingPolicy.cti
index 7942fe34c..2d94d329c 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;
     }
-- 
GitLab