import javax.net.ssl.TrustManagerFactory;
import javax.net.ssl.X509TrustManager;
+import com.owncloud.android.Log_OC;
+
import android.util.Log;
/**
try {
return (mKnownServersKeyStore.getCertificateAlias(cert) != null);
} catch (KeyStoreException e) {
- Log.d(TAG, "Fail while checking certificate in the known-servers store");
+ Log_OC.d(TAG, "Fail while checking certificate in the known-servers store");
return false;
}
}