Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Nov 12, 2024
1 parent ee7564b commit cb1ab33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portable/macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ fn wait_started(name: &str) -> anyhow::Result<()> {
Inactive { .. } | Ready => {
thread::sleep(time::Duration::from_millis(30));
if time::SystemTime::now() > cut_off {
"print::error!({BRANDING} failed to start for 30 seconds)";
print::error!("{BRANDING} failed to start for 30 seconds");
break;
}
continue;
Expand Down

0 comments on commit cb1ab33

Please sign in to comment.