diff options
author | Valery Piashchynski <[email protected]> | 2020-11-26 01:56:32 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-26 01:56:32 +0300 |
commit | 5a689337cc557d6d57e20277cac1e31b6878e142 (patch) | |
tree | 3f06c252b5a1e7d5f4e58624a12b4dc008e81028 /sync_worker.go | |
parent | 85ca6f6b488b3f144b5e4343cd7ada1237de1602 (diff) |
error buffer update (remove)
Diffstat (limited to 'sync_worker.go')
-rwxr-xr-x | sync_worker.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync_worker.go b/sync_worker.go index a9c53553..6f5b20d9 100755 --- a/sync_worker.go +++ b/sync_worker.go @@ -71,7 +71,7 @@ type wexec struct { // Exec payload without TTL timeout. func (tw *syncWorker) ExecWithContext(ctx context.Context, p Payload) (Payload, error) { - const op = errors.Op("exec_with_context") + const op = errors.Op("ExecWithContext") c := make(chan wexec, 1) go func() { if len(p.Body) == 0 && len(p.Context) == 0 { |