I'm tired

This commit is contained in:
2025-12-29 20:42:53 +01:00
parent d985bac3e6
commit 71792a470c

View File

@@ -66,7 +66,7 @@ public class MqttService {
subscriber.subscribe(topic, 1);
} catch (MqttException e) {
throw new RuntimeException(e.getMessage());
Logger.displayError("An error occurred while subscribing : " + e.getMessage());
}
}