mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-20 11:54:58 +00:00
Compare commits
2 Commits
hotfix/net
...
release/v1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f462ecf70 | ||
|
|
fc61328fc4 |
@@ -262,7 +262,7 @@ public class RealtimeEventPublisher {
|
|||||||
clientEvent.setEquipmentId(equipmentId);
|
clientEvent.setEquipmentId(equipmentId);
|
||||||
clientEvent.setLocationId(locationId);
|
clientEvent.setLocationId(locationId);
|
||||||
|
|
||||||
LOG.info("publishing client event {} to cloud", clientEvent);
|
LOG.info("Publishing client event {} to cloud", clientEvent);
|
||||||
cloudEventDispatcherInterface.publishEvent(clientEvent);
|
cloudEventDispatcherInterface.publishEvent(clientEvent);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user