Changed to colour every module ending with Source or Sink red
[senf.git] / senf / Socket / SocketProtocol.cci
index 372ef3e..da7889c 100644 (file)
@@ -27,7 +27,7 @@
 //#include "SocketProtocol.ih"
 
 // Custom includes
-#include "../Utils/senfassert.hh"
+#include <senf/Utils/senfassert.hh>
 
 #define prefix_ inline
 ///////////////////////////////cci.p///////////////////////////////////////
@@ -50,7 +50,7 @@ prefix_ int senf::SocketProtocol::fd()
 prefix_ void senf::SocketProtocol::fd(int fd)
     const
 {
-    SENF_ASSERT(! body().valid());
+    SENF_ASSERT(! body().valid(), "Replacing filedescriptor of open FileHandle");
     body().fd(fd);
 }