diff --git a/app/src/main/kotlin/com/tutpro/baresip/InCallService.kt b/app/src/main/kotlin/com/tutpro/baresip/InCallService.kt index f88aa37f..b2cf4549 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/InCallService.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/InCallService.kt @@ -10,7 +10,7 @@ import android.os.IBinder class InCallService : Service() { override fun onBind(intent: Intent): IBinder? { // TODO("Return the communication channel to the service.") - Log.d(TAG, "InCallService onBind with intent: ${intent.action}") + Log.d("Baresip", "InCallService onBind with intent: ${intent.action}") return null } } \ No newline at end of file