Skip to content

Commit

Permalink
Merge pull request #94 from sustainable-computing-io/newlines
Browse files Browse the repository at this point in the history
fix syntax
  • Loading branch information
trent-s authored Apr 16, 2024
2 parents 83f28c2 + f08d5f3 commit 285fb6b
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 285fb6b

Please sign in to comment.