more log
This commit is contained in:
+2
-2
@@ -66,8 +66,8 @@ struct evbase::Pvt : public epicsThreadRunable
|
||||
|
||||
// TODO: cleanup after pending event_base_once()
|
||||
|
||||
if(logerr.test(ret ? Level::Crit : Level::Info))
|
||||
errlogPrintf("Exit loop worker: %d for %p\n", ret, base);
|
||||
auto lvl = ret ? Level::Crit : Level::Info;
|
||||
log_printf(logerr, lvl, "Exit loop worker: %d for %p\n", ret, base);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -458,6 +458,9 @@ void Server::Pvt::onSearch(const UDPManager::Search& msg)
|
||||
|
||||
uint16_t nreply = 0;
|
||||
for(const auto& name : searchOp._names) {
|
||||
log_debug_printf(serverio, " %sclaim %s\n",
|
||||
name._claim ? "" : "dis",
|
||||
name._name);
|
||||
if(name._claim)
|
||||
nreply++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user