Merge pull request #1547 from tomfitzhenry:patch-1
* pr/1547: Fix typo in exception message: quite -> quiet
This commit is contained in:
commit
34a7991e18
|
@ -693,7 +693,7 @@ public class DefaultStompSession implements ConnectionHandlingStompSession {
|
|||
@Override
|
||||
public void run() {
|
||||
closing = true;
|
||||
String error = "Server has gone quite. Closing connection in session id=" + sessionId + ".";
|
||||
String error = "Server has gone quiet. Closing connection in session id=" + sessionId + ".";
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug(error);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue