File tree 2 files changed +2
-2
lines changed
clash_lib/src/proxy/shadowsocks
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ impl Handler {
213
213
todo ! ( "v2ray-plugin is not implemented yet" )
214
214
}
215
215
OBFSOption :: ShadowTls ( opts) => {
216
- tracing:: debug !( "using shadow-tls with option: {:?}" , opts ) ;
216
+ tracing:: trace !( "using shadow-tls" ) ;
217
217
218
218
( shadow_tls:: Connector :: wrap ( opts, s) . await ?) as _
219
219
}
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ pub(crate) fn support_tls13(frame: &[u8]) -> bool {
160
160
let ext_len = read_ok ! ( cursor. read_u16:: <BigEndian >( ) ) ;
161
161
let ext_val = read_ok ! ( cursor. read_u16:: <BigEndian >( ) ) ;
162
162
let use_tls13 = ext_len == 2 && ext_val == TLS_13 ;
163
- tracing:: debug !( "found supported_versions extension, tls1.3: {use_tls13}" ) ;
163
+ tracing:: trace !( "found supported_versions extension, tls1.3: {use_tls13}" ) ;
164
164
return use_tls13;
165
165
}
166
166
false
You can’t perform that action at this time.
0 commit comments