Fix typo in log message
Motivation: We had a typo in the log message. Modifications: Remove extra "s" in log message. Result: Correct spelling in log message.
This commit is contained in:
parent
0dee98a7fc
commit
be0e5e86d7
@ -689,7 +689,7 @@ public final class ChannelOutboundBuffer {
|
|||||||
logger.warn("Failed to mark a promise as failure because it has succeeded already: {}", promise, cause);
|
logger.warn("Failed to mark a promise as failure because it has succeeded already: {}", promise, cause);
|
||||||
} else {
|
} else {
|
||||||
logger.warn(
|
logger.warn(
|
||||||
"Failed to mark a promise as failure because it hass failed already: {}, unnotified cause {}",
|
"Failed to mark a promise as failure because it has failed already: {}, unnotified cause {}",
|
||||||
promise, ThrowableUtils.stackTraceToString(err), cause);
|
promise, ThrowableUtils.stackTraceToString(err), cause);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user