Skip to content

Commit ec2bbbe

Browse files
committed
fix log
1 parent 54d05ad commit ec2bbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src-tauri/src/recording.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ pub async fn start_recording(
486486
)
487487
.await
488488
.map_err(|e| {
489-
error!("Failed to spawn studio recording actor: {e}");
489+
error!("Failed to spawn instant recording actor: {e}");
490490
e.to_string()
491491
})?;
492492

0 commit comments

Comments
 (0)