Skip to content

Commit

Permalink
Trim requested
Browse files Browse the repository at this point in the history
Signed-off-by: Vaibhav Rabber <[email protected]>
  • Loading branch information
vrongmeal committed Dec 4, 2024
1 parent 7a22d9f commit 1c0ae65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ async fn run() -> Result<(), S2CliError> {
StreamService::new(stream_client)
.append_command_record(CommandRecord::trim(trim_point))
.await?;
eprintln!("{}", "✓ Trim point set".green().bold());
eprintln!("{}", "✓ Trim requested".green().bold());
}
StreamActions::Fence { fencing_token } => {
let stream_client = StreamClient::new(client_config, basin, stream);
Expand Down

0 comments on commit 1c0ae65

Please sign in to comment.