Skip to content

Commit

Permalink
fix err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed May 29, 2024
1 parent 370f43e commit 61e88a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/harness/controller/controller_hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (in *stackRunController) preStart() {
err := in.tool.ConfigureStateBackend(in.stackRun.Actor(), in.consoleToken, in.stackRun.StateUrls)
if err != nil {
// TODO: Should this be a fatal error?
klog.Fatalf("could not update stack run state: %v", err)
klog.Fatalf("could not configure state backend: %v", err)
}
}
}
Expand Down

0 comments on commit 61e88a9

Please sign in to comment.