Improved warning messages

This commit is contained in:
Juha Heinanen
2022-09-26 10:38:58 +03:00
parent bd2522749c
commit a5f2a99a41

View File

@ -1679,7 +1679,7 @@ class MainActivity : AppCompatActivity() {
false
}
} else {
Log.w(TAG, "ua_connect ${ua.uap}/$uri failed")
Log.w(TAG, "callAlloc for ${ua.uap} to $uri failed")
false
}
}
@ -1700,7 +1700,7 @@ class MainActivity : AppCompatActivity() {
call.notifySipfrag(500, "Call Error")
}
} else {
Log.w(TAG, "ua_call_alloc ${ua.uap}/${call.callp} failed")
Log.w(TAG, "callAlloc for ua ${ua.uap} call ${call.callp} transfer failed")
call.notifySipfrag(500, "Call Error")
}
}