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
418550914a
commit
8f3a5e5b18
@ -689,7 +689,7 @@ public final class ChannelOutboundBuffer {
|
||||
logger.warn("Failed to mark a promise as failure because it has succeeded already: {}", promise, cause);
|
||||
} else {
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user