sync option in filelist menu
[pub/Android/ownCloud.git] / src / eu / alefzero / owncloud / ui / activity / AuthenticatorActivity.java
index 3ecd3e7..545adef 100644 (file)
@@ -243,6 +243,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity implemen
         username_text.getText().toString(),\r
         password_text.getText().toString());\r
     mAuthRunnable.setOnAuthenticationResultListener(this, mHandler);\r
+    Log.e(TAG, uri.toString());\r
     mAuthThread = new Thread(mAuthRunnable);\r
     mAuthThread.start();\r
   }\r