Added log message

This commit is contained in:
Juha Heinanen
2023-03-10 06:53:22 +02:00
parent 9ab8c8f33e
commit 4d7c58d3c7

View File

@ -72,6 +72,8 @@ class CallHistory(val aor: String, val peerUri: String, val direction: String) :
} catch (e: Exception) {
Log.e(TAG, "InputStream exception: - $e")
}
} else {
Log.d(TAG, "File ${BaresipService.filesPath}/history does not exist")
}
}