Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Analyzer/EntropyAnalyzer.php')
-rw-r--r--lib/Analyzer/EntropyAnalyzer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analyzer/EntropyAnalyzer.php b/lib/Analyzer/EntropyAnalyzer.php
index 6aa39ba..9e40b62 100644
--- a/lib/Analyzer/EntropyAnalyzer.php
+++ b/lib/Analyzer/EntropyAnalyzer.php
@@ -163,7 +163,7 @@ class EntropyAnalyzer
{
$handle = $node->fopen('r');
if (!$handle) {
- $this->logger->debug('calculateEntropyOfFile: Getting data failed.', array('app' => Application::APP_ID));
+ $this->logger->warning('calculateEntropyOfFile: Getting data failed.', array('app' => Application::APP_ID));
return 0.0;
}