Utils/Console: Add short help to 'ls' output
[senf.git] / Scheduler / WriteHelper.cti
index 01d3e2a..c67b4d8 100644 (file)
@@ -62,7 +62,7 @@ prefix_ void senf::WriteHelper<Handle>::throw_error()
     const
 {
     if (errno_ != 0)
-        throw SystemException(errno_);
+        throw SystemException(errno_ SENF_EXC_DEBUGINFO);
 }