summaryrefslogtreecommitdiff
path: root/src/layout/stack.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/stack.rs')
-rw-r--r--src/layout/stack.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/stack.rs b/src/layout/stack.rs
index 793c2044..64823b67 100644
--- a/src/layout/stack.rs
+++ b/src/layout/stack.rs
@@ -108,7 +108,7 @@ impl StackLayouter {
// Find the first (sub-)space that fits the layout.
while !self.sub.usable.fits(new_size) {
if self.space_is_last() && self.space_is_empty() {
- lerr!("box does not fit into stack");
+ lr!("box does not fit into stack");
}
self.finish_space(true);