Skip to content

Commit

Permalink
Fix ckb daemon error message
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Jan 24, 2024
1 parent d9280e3 commit aec4ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckb-bin/src/subcommand/daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ fn kill_process(pid_file: &PathBuf, name: &str) -> Result<(), ExitCode> {
}
}
}
eprintln!("\n{}", "cbk daemon service stopped successfully".green());
eprintln!("\n{}", "ckb daemon service stopped successfully".green());
Ok(())
}

0 comments on commit aec4ed7

Please sign in to comment.