add additional println logging
This commit is contained in:
parent
c4572b7727
commit
0da9a95f2a
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ fn random() -> Template {
|
|||
interval: 3,
|
||||
};
|
||||
|
||||
println!("rendering template...");
|
||||
|
||||
Template::render("random", &context)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue