Log URL opens
This commit is contained in:
parent
ff5d767d87
commit
34d1830413
1 changed files with 1 additions and 0 deletions
|
|
@ -199,6 +199,7 @@ async fn client_handle_messages<T: AsyncRead + Unpin>(
|
||||||
}
|
}
|
||||||
Browse(url) => {
|
Browse(url) => {
|
||||||
// TODO: Uh, security?
|
// TODO: Uh, security?
|
||||||
|
info!("Browsing to {url}...");
|
||||||
_ = open::that(url);
|
_ = open::that(url);
|
||||||
}
|
}
|
||||||
message => error!("Unsupported: {:?}", message),
|
message => error!("Unsupported: {:?}", message),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue