In --verbose mode add message when running citeproc.

(As with other filters.)
This commit is contained in:
John MacFarlane
2022-11-09 12:34:56 -08:00
parent 1989573074
commit cb5e3ded12
+1 -1
View File
@@ -89,7 +89,7 @@ applyFilters scrngin fenv filters args d = do
applyFilter doc (LuaFilter f) =
withMessages f $ engineApplyFilter scrngin fenv args f doc
applyFilter doc CiteprocFilter =
processCitations doc
withMessages "citeproc" $ processCitations doc
withMessages f action = do
verbosity <- getVerbosity
when (verbosity == INFO) $ report $ RunningFilter f