Skip to content

Commit

Permalink
Log it if we come across a message class we don't yet handle.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 14, 2015
1 parent 323598d commit 7caba2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/Compress/lib/Horde/Compress/Tnef.php
Expand Up @@ -622,6 +622,8 @@ protected function _decodeMessageProperty(&$data)
$this->_currentObject = new Horde_Compress_Tnef_VTodo($this->_logger, null, array('parent' => &$this));
$this->_files[] = $this->_currentObject;
break;
default:
$this->_logger->debug(sprintf('Unknown message class: %s', $message_class));
}
break;
case self::AMAPIPROPS:
Expand Down

0 comments on commit 7caba2b

Please sign in to comment.