Log as each preprocessor is run
This commit is contained in:
parent
80a20eb730
commit
1136f671a0
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ impl MDBook {
|
|||
let preprocess_ctx = PreprocessorContext::new(self.root.clone(), self.config.clone());
|
||||
|
||||
for preprocessor in &self.preprocessors {
|
||||
debug!("Running the {} preprocessor.", preprocessor.name());
|
||||
preprocessor.run(&preprocess_ctx, &mut preprocessed_book)?;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue