X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/5af0fb44b4c859f9f7f7aca39376686f091b496e..c6a3abf05b4eb41a569fe2ea865f3e0ede6432d9:/src/com/owncloud/android/operations/ConnectionCheckOperation.java diff --git a/src/com/owncloud/android/operations/ConnectionCheckOperation.java b/src/com/owncloud/android/operations/ConnectionCheckOperation.java index cd04f6a8..558e0df2 100644 --- a/src/com/owncloud/android/operations/ConnectionCheckOperation.java +++ b/src/com/owncloud/android/operations/ConnectionCheckOperation.java @@ -37,7 +37,7 @@ public class ConnectionCheckOperation extends RemoteOperation { /** Maximum time to wait for a response from the server when the connection is being tested, in MILLISECONDs. */ public static final int TRY_CONNECTION_TIMEOUT = 5000; - private static final String TAG = ConnectionCheckOperation.class.getCanonicalName(); + private static final String TAG = ConnectionCheckOperation.class.getSimpleName(); private String mUrl; private RemoteOperationResult mLatestResult;