summaryrefslogtreecommitdiff
path: root/lib/GridFiller/Chooser/Smarter.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/GridFiller/Chooser/Smarter.pm')
-rw-r--r--lib/GridFiller/Chooser/Smarter.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/GridFiller/Chooser/Smarter.pm b/lib/GridFiller/Chooser/Smarter.pm
index fd21dae..43ad530 100644
--- a/lib/GridFiller/Chooser/Smarter.pm
+++ b/lib/GridFiller/Chooser/Smarter.pm
@@ -16,6 +16,8 @@ sub find_place_for {
my $length = $self->length->($word);
+ $self->log->debug("looking for $length of space");
+
my @candidates;
push @candidates, $self->_find_places_horiz($length);