We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380488c commit ac280b7Copy full SHA for ac280b7
1 file changed
aggregator/cmd/main.go
@@ -62,7 +62,7 @@ func aggregatorMain(ctx *cli.Context) error {
62
go func() {
63
listenErrPair := aggregator.SubscribeToNewTasks()
64
if listenErrPair != nil {
65
- aggregatorConfig.BaseConfig.Logger.Fatal("Error subscribing for new tasks", "err", listenErr)
+ aggregatorConfig.BaseConfig.Logger.Fatal("Error subscribing for new tasks", "err", listenErrPair)
66
}
67
}()
68
0 commit comments