Skip to content

Commit

Permalink
Merge branch 'develop' into roland-sipos/prodfwdport-optionalcbs
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrothea committed Apr 6, 2024
2 parents 6e6d4c5 + 00eb7de commit 4dc7e6f
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 @@ -203,8 +203,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 4dc7e6f

Please sign in to comment.