add additional println logging
This commit is contained in:
parent
c4572b7727
commit
0da9a95f2a
@ -65,6 +65,8 @@ fn random() -> Template {
|
||||
interval: 3,
|
||||
};
|
||||
|
||||
println!("rendering template...");
|
||||
|
||||
Template::render("random", &context)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user