From be5780ddb4e92a0292a88a75bf6923ccd1b2a049 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 4 Sep 2022 18:14:42 +0200 Subject: compiler: reword log action for image processing Images aren't generated out of nowhere, they're processed. --- compiler/src/FileProcessors.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/src/FileProcessors.hs b/compiler/src/FileProcessors.hs index 5c4e1c8..6e1738e 100644 --- a/compiler/src/FileProcessors.hs +++ b/compiler/src/FileProcessors.hs @@ -1,7 +1,7 @@ -- ldgallery - A static generator which turns a collection of tagged -- pictures into a searchable web gallery. -- --- Copyright (C) 2019-2020 Pacien TRAN-GIRARD +-- Copyright (C) 2019-2022 Pacien TRAN-GIRARD -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as @@ -79,7 +79,7 @@ copyFileProcessor inputPath outputPath = resizePictureUpTo :: Resolution -> FileTransformer resizePictureUpTo maxResolution inputPath outputPath = - putStrLn ("Generating:\t" ++ outputPath) + putStrLn ("Processing:\t" ++ outputPath) >> ensureParentDir (flip resize) outputPath inputPath where maxSize :: Resolution -> String -- cgit v1.2.3