File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " freenet-macros"
3- version = " 0.1.0-rc1 "
3+ version = " 0.1.1 "
44edition = " 2021"
55rust-version = " 1.71.1"
66publish = true
Original file line number Diff line number Diff line change 11[package ]
22name = " freenet-stdlib"
3- version = " 0.1.0-rc1 "
3+ version = " 0.1.1 "
44edition = " 2021"
55rust-version = " 1.71.1"
66publish = true
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ pub enum ErrorKind {
117117 IncorrectState ( ContractKey ) ,
118118 #[ error( "node not available" ) ]
119119 NodeUnavailable ,
120- #[ error( "lost the connection with the protocol hanling connections" ) ]
120+ #[ error( "lost the connection with the protocol handling connections" ) ]
121121 TransportProtocolDisconnect ,
122122 #[ error( "unhandled error: {cause}" ) ]
123123 Unhandled { cause : Cow < ' static , str > } ,
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ async fn request_handler(
145145 }
146146 }
147147 } ;
148- tracing:: error !( ?error, "request handler error" ) ;
148+ tracing:: debug !( ?error, "request handler error" ) ;
149149 let error = match error {
150150 Error :: ChannelClosed => ErrorKind :: ChannelClosed . into ( ) ,
151151 other => ClientError :: from ( format ! ( "{other}" ) ) ,
You can’t perform that action at this time.
0 commit comments