Skip to content

Commit

Permalink
Change chia stopping log to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Sep 25, 2024
1 parent c410b4e commit fbfbb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/network/switch.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var switchCmd = &cobra.Command{
slogs.Logr.Fatal("error initializing RPC client", "error", err)
}

slogs.Logr.Debug("Attempting to stop chia services if running")
slogs.Logr.Info("Ensuring chia services are stopped")
_, _, err = rpcClient.DaemonService.Exit()
if err != nil {
if !isConnectionRefused(err) {
Expand Down

0 comments on commit fbfbb87

Please sign in to comment.