Skip to content

Commit

Permalink
Actually print the error
Browse files Browse the repository at this point in the history
  • Loading branch information
isobelormiston committed Aug 10, 2023
1 parent eeaa899 commit f042d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mettle/worker/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func initialiseWorker(instanceName, requestQueue, responseQueue, name, storage,
if redis != "" {
w.client, err = newRedisClient(client, redis, readRedis, redisPassword, redisCAFile, redisTLS)
if err != nil {
log.Warningf("Redis client could not be initialised: %s")
log.Warningf("Redis client could not be initialised: %s", err)
}
}
if ackExtension > 0 {
Expand Down

0 comments on commit f042d81

Please sign in to comment.