]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix misleading message. Close does not always mean reconnect
authorArtur Signell <artur@vaadin.com>
Tue, 6 May 2014 14:52:37 +0000 (17:52 +0300)
committerArtur Signell <artur@vaadin.com>
Tue, 6 May 2014 14:55:37 +0000 (17:55 +0300)
Change-Id: Ic41189ee138980322204c897b58e29252dfc5cd8

client/src/com/vaadin/client/communication/AtmospherePushConnection.java

index f70f879b3adb5f24af8148f5d6cb030435bdc170..48e17cde05a522bb63c982ee5d199327c1cb682e 100644 (file)
@@ -340,7 +340,7 @@ public class AtmospherePushConnection implements PushConnection {
     }
 
     protected void onClose(AtmosphereResponse response) {
-        VConsole.log("Push connection closed, awaiting reconnection");
+        VConsole.log("Push connection closed");
         state = State.CONNECT_PENDING;
     }