Skip to content

Commit

Permalink
Minor fix (check the appropriate error reference)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Mar 7, 2024
1 parent 18221b5 commit 5f8aa57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func NewServer(config *Config) (*Server, error) {
}

// Set up datadog profiler
if ddErr := m.enableDataDogProfiler(); err != nil {
if ddErr := m.enableDataDogProfiler(); ddErr != nil {
m.logger.Error("DataDog profiler setup failed", "err", ddErr.Error())
}

Expand Down

0 comments on commit 5f8aa57

Please sign in to comment.