Utils/Logger: set defautl compile-time log limit for senf::log::Debug to NOTICE
[senf.git] / Socket / CommunicationPolicy.cc
index 9851130..aff4c66 100644 (file)
@@ -58,7 +58,7 @@ prefix_ int senf::ConnectedCommunicationPolicy::do_accept(FileHandle handle,
             case EINTR:
                 break;
             default:
-                throwErrno();
+                throw SystemException();
             }
     } while (rv<0);
     return rv;