diff options
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 { |