1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-22 17:31:57 +02:00

Use lformat! for a previously forgotten string

This commit is contained in:
Elisabeth Henry 2016-10-13 23:17:28 +02:00
parent d52c69122d
commit 006cb0468f

View File

@ -996,7 +996,7 @@ impl Book {
}
Err(e) => {
self.logger
.error(format!("Inline YAML block could \
.error(lformat!("Inline YAML block could \
not set {:?} to {:?}: {}",
key,
value,