UnsupportedMediaException caused excessive debug log

This commit is contained in:
Mikael Nordfeldth 2014-05-05 17:54:56 +02:00
parent 960baae1d1
commit 9588a2d2d5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class UnsupportedMediaException extends ServerException
{ {
public function __construct($msg, $path=null) public function __construct($msg, $path=null)
{ {
common_debug(sprintf('UnsupportedMediaException "%1$s". File path (if given): "%2$s"', $msg, $path)); //common_debug(sprintf('UnsupportedMediaException "%1$s". File path (if given): "%2$s"', $msg, $path));
parent::__construct($msg); parent::__construct($msg);
} }
} }