mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 03:08:00 +01:00
Simplify messaging at the end of a session
This commit is contained in:
@@ -152,12 +152,12 @@ impl cli::Session {
|
||||
.await?
|
||||
};
|
||||
|
||||
status::info!("asciinema session ended");
|
||||
|
||||
if let Some(path) = self.output_file.as_ref() {
|
||||
status::info!("asciinema session ended");
|
||||
status::info!("Recorded to {}", path);
|
||||
} else {
|
||||
status::info!("asciinema session ended");
|
||||
}
|
||||
|
||||
shutdown_token.cancel();
|
||||
|
||||
if let Some(task) = server {
|
||||
|
||||
Reference in New Issue
Block a user