From 9fb31defd037a90bf8f9e38fa33acae23a70b269 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 4 Dec 2019 19:34:29 +0100 Subject: =?UTF-8?q?Expand=20functionality=20of=20function!=20macro=20?= =?UTF-8?q?=F0=9F=9B=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/stack.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layout/stack.rs') 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); -- cgit v1.2.3