diff --git a/app/src/main/kotlin/de/rochefort/childmonitor/ListenService.kt b/app/src/main/kotlin/de/rochefort/childmonitor/ListenService.kt index 43c8f1a..eda599a 100644 --- a/app/src/main/kotlin/de/rochefort/childmonitor/ListenService.kt +++ b/app/src/main/kotlin/de/rochefort/childmonitor/ListenService.kt @@ -197,7 +197,7 @@ class ListenService : Service() { } } } catch (e: IOException) { - Log.e(TAG, "Failed to read from socket due to ") + Log.e(TAG, "Failed to read from socket due to ", e) } }