X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FAreaRegistry.cci;h=85380a24b59883d202a6c0ba6b70c9b324fa92f9;hb=d8d169a9fa7f5633171ea83362b0deaaf5bd337e;hp=d748687b8d63e8d30f4f93f141aad16bba5b1045;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Utils/Logger/AreaRegistry.cci b/senf/Utils/Logger/AreaRegistry.cci index d748687..85380a2 100644 --- a/senf/Utils/Logger/AreaRegistry.cci +++ b/senf/Utils/Logger/AreaRegistry.cci @@ -97,7 +97,7 @@ prefix_ bool senf::log::detail::AreaBase::alive() prefix_ unsigned senf::log::detail::AreaBase::limit(StreamBase const & stream) const { - return stream.index >= routingCache_.size() ? + return stream.index >= routingCache_.size() ? DISABLED::value : routingCache_[stream.index].limit; }