File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/transport-circuit-relay-v2/src/transport Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ export class ReservationStore extends TypedEventEmitter<ReservationStoreEvents>
440440 let response : HopMessage
441441
442442 try {
443- this . log . trace ( 'read response from %p' , connection . remotePeer )
443+ this . log . trace ( 'reading response from %p' , connection . remotePeer )
444444 response = await hopstr . read ( options )
445445 } catch ( err : any ) {
446446 stream . abort ( err )
@@ -451,7 +451,7 @@ export class ReservationStore extends TypedEventEmitter<ReservationStoreEvents>
451451 }
452452 }
453453
454- this . log . trace ( 'read response from %p ' , response )
454+ this . log . trace ( 'read response %o ' , response )
455455
456456 if ( response . status === Status . OK && response . reservation != null ) {
457457 // check that the returned relay has the relay address - this can be
You can’t perform that action at this time.
0 commit comments