Skip to content

Commit

Permalink
Make it an info message
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed May 15, 2024
1 parent 54ba88c commit cd6bd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_sdk/src/web_viewer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl Drop for WebViewerSink {
// For small scripts that execute fast we run the risk of finishing
// before the browser has a chance to connect.
// Let's give it a little more time:
re_log::debug!("Sleeping a short while to give the browser time to connect…");
re_log::info!("Sleeping a short while to give the browser time to connect…");
std::thread::sleep(std::time::Duration::from_millis(1000));
}

Expand Down

0 comments on commit cd6bd79

Please sign in to comment.