UnsupportedMediaException caused excessive debug log
This commit is contained in:
parent
960baae1d1
commit
9588a2d2d5
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user