Skip to content

Commit

Permalink
Some additional logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 31, 2014
1 parent 0f5f818 commit 92a1be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/Compress/lib/Horde/Compress/Tnef.php
Expand Up @@ -471,6 +471,7 @@ protected function _decodeAttribute(&$data)
break;

default:
$this->_logger->debug(sprintf('TNEF: Setting message attribute: %s', $attribute));
$this->_msgInfo->setTnefAttribute($attribute, $value, $length);
if ($this->_currentObject) {
$this->_currentObject->setTnefAttribute($attribute, $value, $length);
Expand Down

0 comments on commit 92a1be2

Please sign in to comment.