- Added a log message.

This commit is contained in:
Juha Heinanen
2019-06-04 20:20:02 +03:00
parent 49ca0a757f
commit 38c95c976f

View File

@ -52,6 +52,7 @@ class AccountsActivity : AppCompatActivity() {
Utils.alertView(this, getString(R.string.notice), Utils.alertView(this, getString(R.string.notice),
getString(R.string.account_allocation_failure)) getString(R.string.account_allocation_failure))
} else { } else {
Log.d("Baresip", "Allocated UA ${ua.uap} for $aor")
newAorView.setText("") newAorView.setText("")
newAorView.hint = getString(R.string.user_domain) newAorView.hint = getString(R.string.user_domain)
newAorView.clearFocus() newAorView.clearFocus()