Skip to content

Commit

Permalink
Logging update
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Sep 7, 2023
1 parent 42f1a42 commit 11d39bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/devices/ctapdriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 11d39bc

Please sign in to comment.