Skip to content

Commit 3602ba1

Browse files
committed
Replace incorrect use of println
1 parent c5466b8 commit 3602ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talpid-core/src/split_tunnel/macos/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ impl InnerProcessStates {
319319

320320
// no exec yet; only pid and parent pid change
321321
if base_info.is_excluded() {
322-
println!(
322+
log::trace!(
323323
"{pid} excluded (inherited from {parent_pid}) (exclude paths: {:?}",
324324
base_info.excluded_by_paths
325325
);

0 commit comments

Comments
 (0)