Skip to content

Commit

Permalink
Fix typo in log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed May 31, 2014
1 parent 851b59f commit a8f1546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packer.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public function packBox(Box $aBox, ItemList $aItems) {
}

$this->logger->log(LogLevel::DEBUG, "evaluating item {$itemToPack->getDescription()}");
$this->logger->log(LogLevel::DEBUG, "remaining width :{$remainingWidth}, length: {$remainingLength}, depth: {$remainingDepth}");
$this->logger->log(LogLevel::DEBUG, "remaining width: {$remainingWidth}, length: {$remainingLength}, depth: {$remainingDepth}");
$this->logger->log(LogLevel::DEBUG, "layerWidth: {$layerWidth}, layerLength: {$layerLength}, layerDepth: {$layerDepth}");

$itemWidth = $itemToPack->getWidth();
Expand Down

0 comments on commit a8f1546

Please sign in to comment.