Skip to content

Commit

Permalink
change listener logger message
Browse files Browse the repository at this point in the history
  • Loading branch information
hilpitome committed Jan 24, 2024
1 parent c17b1a2 commit 2bc6dff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class StructureRepositoryEventListener implements ApplicationListener<St
@Override
public void onApplicationEvent(StructureCreateOrUpdateEvent structureCreateOrUpdateEvent) {
Structure structure = (Structure) structureCreateOrUpdateEvent.getSource();
logger.info("Receiving Strucute Event");
logger.info("Receiving Structure Event");
physicalLocationService.regenerateTasksForOperationalArea(structure);
}
}

0 comments on commit 2bc6dff

Please sign in to comment.