Skip to content

Commit

Permalink
eal init failure throws now
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrothea committed Apr 5, 2024
1 parent c30ae6a commit 027260a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/NICReceiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ NICReceiver::do_configure(const data_t& /*args*/)
m_ifaces[interface->get_rx_iface()]->setup_xstats();
} else {
TLOG() << "No available interface with MAC=" << interface->get_rx_mac();
ers::fatal(dunedaq::readoutlibs::InitializationError(
ERS_HERE, "NICReceiver configuration failed due expected but unavailable interface!"));
throw dunedaq::readoutlibs::InitializationError(
ERS_HERE, "NICReceiver configuration failed due expected but unavailable interface!");
}
}

Expand Down

0 comments on commit 027260a

Please sign in to comment.