Commit fc9e4e7
authored
fix 'occured' -> 'occurred' typos in error messages across C# and Python IPC (#3733)
- lang/csharp/.../HttpListenerServer.cs: Debug.Print message in the
HTTP listener when the per-request handler throws.
- lang/py/.../tether/tether_task_runner.py: two log.error messages
emitted from TetherTaskRunner.process_message when the partition
message fails to parse or any other exception propagates.
- lang/py/.../tether/tether_task.py: two log messages emitted from
TetherTask.fail when the task reports failure / fails to send the
fail message back to the output server.
No functional changes.
Signed-off-by: Sai Asish Y <say.apm35@gmail.com>1 parent eabdfd2 commit fc9e4e7
3 files changed
Lines changed: 5 additions & 5 deletions
File tree
- lang
- csharp/src/apache/ipc
- py/avro/tether
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments