Skip to content

Commit

Permalink
WIP: move noisy logging to trace level
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Apr 28, 2024
1 parent 388a0c6 commit 730d11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Boss/Mod/SwapManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class SwapManager::Impl {
Ev::Io<void> loop_needs_address() {
if (needs_address.empty()) {
getting_address = false;
return Boss::log( bus, Debug
return Boss::log( bus, Trace
, "SwapManager: "
"no more swaps need addresses"
);
Expand Down

0 comments on commit 730d11d

Please sign in to comment.