Loading crates/tor-ptmgr/src/lib.rs +1 −0 Original line number Diff line number Diff line Loading @@ -174,6 +174,7 @@ impl<R: Runtime> PtReactor<R> { warn!("Bug: PT {} succeeded, but did not give the same transports we asked for. ({:?} vs {:?})", pt.identifier(), found, requested); } self.running.push(pt); } } } Loading Loading
crates/tor-ptmgr/src/lib.rs +1 −0 Original line number Diff line number Diff line Loading @@ -174,6 +174,7 @@ impl<R: Runtime> PtReactor<R> { warn!("Bug: PT {} succeeded, but did not give the same transports we asked for. ({:?} vs {:?})", pt.identifier(), found, requested); } self.running.push(pt); } } } Loading