X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FIOEvent.cc;h=afb7b736541ad32cd18a20bc5c3fa9da2172399a;hb=c505c034e5fdc932c02aa3dc3847a5551011d87e;hp=7517e41b3a813667eb642976bb5839e810f91954;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/IOEvent.cc b/senf/PPI/IOEvent.cc index 7517e41..afb7b73 100644 --- a/senf/PPI/IOEvent.cc +++ b/senf/PPI/IOEvent.cc @@ -27,7 +27,7 @@ //#include "IOEvent.ih" // Custom includes -#include "../Utils/senfassert.hh" +#include //#include "IOEvent.mpp" #define prefix_ @@ -59,7 +59,7 @@ prefix_ void senf::ppi::IOEvent::cb(int event) else if (event & Hup) throw HangupException(); else - SENF_ASSERT(false && "Internal failure in senf::ppi::IOEvent::cb(int)"); + SENF_ASSERT(false, "Internal failure: IOEvent::cb() called with invalid flag??"); } else { IOEventInfo info = { event }; callback(info);