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 3e1b72b commit c17b1a2
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("updating structure qw "+structure.getJson());
logger.info("Receiving Strucute Event");
physicalLocationService.regenerateTasksForOperationalArea(structure);
}
}

0 comments on commit c17b1a2

Please sign in to comment.