1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fpga: fix utils creating logger with bad name

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2024-11-14 15:29:40 +00:00
parent 68ecc1a85a
commit 70f355bb99

View file

@ -33,7 +33,7 @@
using namespace villas;
static auto logger = villas::Log::get("streamer");
static auto logger = villas::Log::get("utils");
std::shared_ptr<std::vector<std::shared_ptr<fpga::ip::Node>>>
fpga::getAuroraChannels(std::shared_ptr<fpga::Card> card) {