Skip to content

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Feb 7, 2024
1 parent 88b6f28 commit 940ed62
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 @@ -134,7 +134,7 @@ bool CTapDriver::Init(const param_map &const_params)
}
}
else {
trace(">ip addr add 10.10.20.1/24 brd + dev " + BRIDGE_INTERFACE_NAME);
trace(">ip addr add " + DEFAULT_IP + " brd + dev " + BRIDGE_INTERFACE_NAME);

// TODO
}
Expand Down

0 comments on commit 940ed62

Please sign in to comment.