Skip to content

Commit 2bc6dff

Browse files
committed
change listener logger message
1 parent c17b1a2 commit 2bc6dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/opensrp/web/listener/StructureRepositoryEventListener.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class StructureRepositoryEventListener implements ApplicationListener<St
1717
@Override
1818
public void onApplicationEvent(StructureCreateOrUpdateEvent structureCreateOrUpdateEvent) {
1919
Structure structure = (Structure) structureCreateOrUpdateEvent.getSource();
20-
logger.info("Receiving Strucute Event");
20+
logger.info("Receiving Structure Event");
2121
physicalLocationService.regenerateTasksForOperationalArea(structure);
2222
}
2323
}

0 commit comments

Comments
 (0)