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 25, 2024
1 parent b960ec0 commit e7449fa
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 e7449fa

Please sign in to comment.