diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/net/monitor/VpnMonitor.kt b/mobile/src/main/java/be/mygod/vpnhotspot/net/monitor/VpnMonitor.kt index 5a203bc6..91cdc953 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/net/monitor/VpnMonitor.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/net/monitor/VpnMonitor.kt @@ -51,7 +51,7 @@ object VpnMonitor : UpstreamMonitor() { when (ifname) { null -> Timber.w("interfaceName became null: $oldProperties -> $properties") oldProperties.interfaceName -> losing = false - else -> Timber.w(RuntimeException("interfaceName changed: $oldProperties -> $properties")) + else -> Timber.w("interfaceName changed: $oldProperties -> $properties") } callbacks.toList() }.forEach {