Skip to content

Commit

Permalink
Merge pull request sozu-proxy#1019 from sozu-proxy/fix-cli-line-on-st…
Browse files Browse the repository at this point in the history
…ate-saving

fix misleading CLI line on state saving
  • Loading branch information
Keksoj authored Oct 27, 2023
2 parents 71cf51d + 5d2f3b9 commit 9d77370
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 9d77370

Please sign in to comment.