Log a debug message when not sending crash due to folder plugin

This commit is contained in:
Dylan K. Taylor 2019-01-06 19:52:20 +00:00
parent 22a6b817d7
commit a6e5b6e158

View File

@ -2280,7 +2280,7 @@ class Server{
if(is_string($plugin)){
$p = $this->pluginManager->getPlugin($plugin);
if($p instanceof Plugin and !($p->getPluginLoader() instanceof PharPluginLoader)){
$report = false;
$this->logger->debug("Not sending crashdump due to caused by non-phar plugin");
}
}