diff options
Diffstat (limited to 'src/Hakyll/Core/Runtime.hs')
| -rw-r--r-- | src/Hakyll/Core/Runtime.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Hakyll/Core/Runtime.hs b/src/Hakyll/Core/Runtime.hs index cb0813b..1b83692 100644 --- a/src/Hakyll/Core/Runtime.hs +++ b/src/Hakyll/Core/Runtime.hs @@ -246,4 +246,6 @@ chase trail id' -- If the required item is already compiled, continue, or, start -- chasing that + Logger.debug logger $ "Require " ++ show dep ++ ": " ++ + (if depDone then "OK" else "chasing") if depDone then chase trail id' else chase (id' : trail) dep |
