Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Apr 16, 2024
1 parent 43b5fb0 commit f08d5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func main() {
ctrl.SetLogger(zap.New(zap.UseFlagOptions(&opts)))

susqlLog.Info("SusQL configuration values at runtime")
susqlLog.Info("metricsAddr=" + metricsAddr))
susqlLog.Info("metricsAddr=" + metricsAddr)
susqlLog.Info("enableLeaderElection=" + strconv.FormatBool(enableLeaderElection))
susqlLog.Info("probeAddr=" + probeAddr)
susqlLog.Info("keplerPrometheusUrl=" + keplerPrometheusUrl)
Expand Down

0 comments on commit f08d5f3

Please sign in to comment.