Fix logging

This commit is contained in:
2025-12-29 20:38:15 +01:00
parent ce63e20da0
commit d985bac3e6

View File

@@ -66,7 +66,7 @@ public class MqttService {
subscriber.subscribe(topic, 1);
} catch (MqttException e) {
throw new RuntimeException(e);
throw new RuntimeException(e.getMessage());
}
}