diff --git a/pkg/cache/context.go b/pkg/cache/context.go index 9246143cd..6b7919237 100644 --- a/pkg/cache/context.go +++ b/pkg/cache/context.go @@ -875,7 +875,7 @@ func (ctx *Context) notifyTaskComplete(app *Application, taskID string) { zap.String("taskID", taskID)) return } - log.Log(log.ShimContext).Debug("notifyTaskComplete and release allocation", + log.Log(log.ShimContext).Debug("release allocation in notifyTaskComplete", zap.String("appID", app.applicationID), zap.String("taskID", taskID)) ev := NewSimpleTaskEvent(app.applicationID, taskID, CompleteTask)