diff --git a/Socket/Protocols/UN/UNDatagramSocketHandle.cc b/Socket/Protocols/UN/UNDatagramSocketHandle.cc
index b7221a67faa9f59105879c424580485559b2f599..75866830e2a301e01eb025497037480935001a75 100644
--- a/Socket/Protocols/UN/UNDatagramSocketHandle.cc
+++ b/Socket/Protocols/UN/UNDatagramSocketHandle.cc
@@ -51,7 +51,7 @@ prefix_ void senf::UNDatagramSocketProtocol::init_client(UNSocketAddress const &
     try {
         clientHandle().bind(address);
     } catch (SystemException & e) {
-        e << "Could not bind to address " << address.path();
+        e << "; could not bind to address \"" << address.path() << "\"";
         throw;
     }
 }