mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-02 19:47:52 +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.setLocationId(locationId);
|
||||
|
||||
LOG.info("publishing client event {} to cloud", clientEvent);
|
||||
LOG.info("Publishing client event {} to cloud", clientEvent);
|
||||
cloudEventDispatcherInterface.publishEvent(clientEvent);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user