Skip to content

Commit c166e4e

Browse files
committed
Update library reference
Rebase with master
1 parent 7537164 commit c166e4e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

owncloud-android-library

owncloudApp/src/main/java/com/owncloud/android/authentication/AuthenticatorActivity.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,19 +1691,19 @@ public boolean onEditorAction(TextView inputField, int actionId, KeyEvent event)
16911691

16921692
@Override
16931693
public void onSavedCertificate() {
1694-
Log_OC.d("Server certificate is trusted");
1694+
Timber.d("Server certificate is trusted");
16951695
checkOcServer();
16961696
}
16971697

16981698
@Override
16991699
public void onFailedSavingCertificate() {
1700-
Log_OC.d("Server certificate could not be saved");
1700+
Timber.d("Server certificate could not be saved");
17011701
Toast.makeText(this, R.string.ssl_validator_not_saved, Toast.LENGTH_LONG).show();
17021702
}
17031703

17041704
@Override
17051705
public void onCancelCertificate() {
1706-
Log_OC.d("Server certificate is not trusted");
1706+
Timber.d("Server certificate is not trusted");
17071707
}
17081708

17091709
private abstract static class RightDrawableOnTouchListener implements OnTouchListener {

0 commit comments

Comments
 (0)