diff --git a/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt b/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt index 435b557b..d9542687 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt @@ -52,6 +52,7 @@ class AccountsActivity : AppCompatActivity() { Utils.alertView(this, getString(R.string.notice), getString(R.string.account_allocation_failure)) } else { + Log.d("Baresip", "Allocated UA ${ua.uap} for $aor") newAorView.setText("") newAorView.hint = getString(R.string.user_domain) newAorView.clearFocus()