Skip to content

Commit

Permalink
fix misleading CLI line on state saving
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksoj committed Oct 27, 2023
1 parent 71cf51d commit 5d2f3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/src/ctl/request_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use crate::{

impl CommandManager {
pub fn save_state(&mut self, path: String) -> anyhow::Result<()> {
debug!("Loading the state to file {}", path);
debug!("Saving the state to file {}", path);

self.send_request(RequestType::SaveState(path).into())
}
Expand Down

0 comments on commit 5d2f3b9

Please sign in to comment.