From 11d39bc76ab257ef4f94a5aef72e147089916c49 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Thu, 7 Sep 2023 18:40:37 +0200 Subject: [PATCH] Logging update --- cpp/devices/ctapdriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/devices/ctapdriver.cpp b/cpp/devices/ctapdriver.cpp index 2768cc8773..f2a0afd113 100644 --- a/cpp/devices/ctapdriver.cpp +++ b/cpp/devices/ctapdriver.cpp @@ -63,7 +63,7 @@ CTapDriver::~CTapDriver() Strerrno("Can't open bridge socket"); } else { spdlog::trace("brctl delif " + BRIDGE_NAME + " piscsi0"); - if (!br_setif(br_socket_fd, BRIDGE_NAME.c_str(), "piscsi0", false)) { //NOSONAR No exception is raised here + if (!br_setif(br_socket_fd, BRIDGE_NAME.c_str(), "piscsi0", false)) { spdlog::warn("Warning: Removing piscsi0 from the bridge failed"); spdlog::warn("You may need to manually remove the piscsi0 tap device from the bridge"); }