]> source.dussan.org Git - vaadin-framework.git/commitdiff
shout out the widgetset name on module load if debugging
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 27 Apr 2011 14:19:07 +0000 (14:19 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 27 Apr 2011 14:19:07 +0000 (14:19 +0000)
svn changeset:18506/svn branch:6.6

src/com/vaadin/terminal/gwt/client/VDebugConsole.java

index 100a6c32e7e2d1bc48cc87ac1bbea648ea6e75e8..ec172f67f8affe1834d1c0ad21c7b35f4b1aa702 100755 (executable)
@@ -668,6 +668,9 @@ public final class VDebugConsole extends VOverlay implements Console {
             });
 
         }
+        log("Starting Vaadin client side engine. Widgetset: "
+                + GWT.getModuleName());
+
         log("Widget set is built on version: "
                 + ApplicationConfiguration.VERSION);