Skip to content

Commit

Permalink
minor log
Browse files Browse the repository at this point in the history
  • Loading branch information
blandger committed Aug 18, 2024
1 parent 85f538a commit c27f1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preprocess/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub trait Preprocessor: PreprocessorClone {

/// Pre-Process only one mutable chapter using context and supplied pre-processor
fn preprocess_chapter(&self, ctx: &PreprocessorContext, chapter: &mut Chapter) -> Result<()> {
println!("preprocess {} by ctx = {}", chapter.name, ctx.renderer);
println!("preprocess chapter: '{}' by ctx = {}", chapter.name, ctx.renderer);
Ok(())
}

Expand Down

0 comments on commit c27f1b3

Please sign in to comment.