Index: remoting/webapp/client_screen.js |
diff --git a/remoting/webapp/client_screen.js b/remoting/webapp/client_screen.js |
index b25fc5ea826bcb85c603758cbe510e0f84f374fe..0ee39dde14afea82c5947874aaea6a8e898695a6 100644 |
--- a/remoting/webapp/client_screen.js |
+++ b/remoting/webapp/client_screen.js |
@@ -216,7 +216,7 @@ function onClientStateChange_(oldState, newState) { |
showConnectError_(remoting.Error.BAD_PLUGIN_VERSION); |
} else if (newState == remoting.ClientSession.State.CONNECTING) { |
- console.log('Connecting as ' + remoting.oauth2.getCachedEmail()); |
+ console.log('Connecting as ' + remoting.identity.getCachedEmail()); |
} else if (newState == remoting.ClientSession.State.INITIALIZING) { |
console.log('Initializing connection'); |