зеркало из https://github.com/Azure/DotNetty.git
Fix the exception message in ExpireTimeouts (#440)
This commit is contained in:
Родитель
d332b79358
Коммит
4a76e62458
|
@ -615,7 +615,7 @@ namespace DotNetty.Common.Utilities
|
|||
// The timeout was placed into a wrong slot. This should never happen.
|
||||
throw new InvalidOperationException(
|
||||
string.Format(
|
||||
"timeout.deadline (%d) > deadline (%d)",
|
||||
"timeout.deadline {0} > deadline {1}",
|
||||
timeout.Deadline,
|
||||
deadline));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче