Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
editso committed Aug 14, 2022
1 parent 1d0941b commit 15f2f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/penetrate/bridge/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ where
};

if let Err(e) = result {
log::warn!("failed to bridge {}", e);
log::debug!("failed to bridge {}", e);
}
});
}
Expand Down

0 comments on commit 15f2f60

Please sign in to comment.