Log URL opens

This commit is contained in:
John Doty 2022-12-17 11:52:12 -08:00
parent ff5d767d87
commit 34d1830413

View file

@ -199,6 +199,7 @@ async fn client_handle_messages<T: AsyncRead + Unpin>(
}
Browse(url) => {
// TODO: Uh, security?
info!("Browsing to {url}...");
_ = open::that(url);
}
message => error!("Unsupported: {:?}", message),