Fixed two typos

This commit is contained in:
Juha Heinanen
2026-05-19 19:32:40 +03:00
parent ed726ffe6a
commit bd49f31df6

View File

@ -457,6 +457,7 @@ class BaresipService: Service() {
if (!file.exists() && a != "config") {
Log.i(TAG, "Copying asset '$a'")
Utils.copyAssetToFile(this, a, "$filesPath/$a")
}
else
Log.i(TAG, "Asset '$a' already copied")
if (a == "config")
@ -1223,6 +1224,7 @@ class BaresipService: Service() {
"Could not delete temporary raw files after merge: ${e.message}"
)
}
}
else {
Log.e(
TAG,