Skip to content

Commit

Permalink
Fix logging for applying the topleft correction
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Aug 23, 2023
1 parent 1d51466 commit 2eff27f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ object MaintenanceEndpointRoutes {
applyTopLeftCorrectionEndpoint.implement(shortcodeStr =>
for {
projectPath <- getProjectPath(shortcodeStr)
_ <- ZIO.logInfo(s"Creating originals for $projectPath")
_ <- ZIO.logInfo(s"Applying topleft correction to $projectPath")
_ <- MaintenanceActions
.applyTopLeftCorrections(projectPath)
.tap(count => ZIO.logInfo(s"Corrected $count top left images for $projectPath"))
Expand Down

0 comments on commit 2eff27f

Please sign in to comment.