Skip to content

Commit c56dc3f

Browse files
committed
browser-signer-proxy: log server start address
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 708bb81 commit c56dc3f

File tree

1 file changed

+2
-0
lines changed
  • signer/nostr-browser-signer-proxy/src

1 file changed

+2
-0
lines changed

signer/nostr-browser-signer-proxy/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ impl BrowserSignerProxy {
243243
.get_or_try_init(|| async {
244244
let listener = TcpListener::bind(self.options.addr).await?;
245245

246+
tracing::info!("Starting proxy server on {}", self.options.addr);
247+
246248
let state = self.state.clone();
247249
let shutdown = self.shutdown.clone();
248250

0 commit comments

Comments
 (0)