This repository was archived by the owner on Apr 3, 2025. It is now read-only.
Commit 3d071dc
committed
Log submission failures via tracing level as these are expected
Motivation:
Sometimes submission of ops will fail if these are executed inline and return some error. This is expected and so we shouldn't log a warn message. That said it might still be useful to log these cases with trace level.
Modifications:
Log submission failures via tracing level
Result:
Use correct logging level that will not confuse people. This is a port of netty/netty#146711 parent d84c547 commit 3d071dc
File tree
1 file changed
+2
-1
lines changed- transport-classes-io_uring/src/main/java/io/netty/incubator/channel/uring
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
| 265 | + | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| |||
0 commit comments