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:
parent
68ecc1a85a
commit
70f355bb99
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue