Skip to content

Commit

Permalink
Remove printing of a struct with a pointer in it (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
avillega authored Jan 9, 2025
1 parent fdbac16 commit 3d81956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/coroutines/createPromise.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func createPromise(tags map[string]string, promiseCmd *t_aio.CreatePromiseComman
}

if taskCmd != nil && (err != nil || !completion.Router.Matched) {
slog.Error("failed to match promise when creating a task", "cmd", promiseCmd, "taskCmd", taskCmd)
slog.Error("failed to match promise when creating a task", "cmd", promiseCmd)
return nil, t_api.NewError(t_api.StatusPromiseRecvNotFound, err)
}

Expand Down

0 comments on commit 3d81956

Please sign in to comment.