Skip to content

Commit 482834a

Browse files
committed
Fix old typo in warning string
1 parent f684929 commit 482834a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/top/re_sdk/src/recording_stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,7 @@ impl RecordingStream {
20512051
};
20522052

20532053
if self.with(f).is_none() {
2054-
re_log::warn_once!("Recording disabled - call to set_time_sequence() ignored");
2054+
re_log::warn_once!("Recording disabled - call to set_timepoint() ignored");
20552055
}
20562056
}
20572057

0 commit comments

Comments
 (0)