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:
authorMatthias <matthias.held@uni-konstanz.de>2020-04-04 22:02:47 +0300
committerGitHub <noreply@github.com>2020-04-04 22:02:47 +0300
commit0a92726e3f3d082ad87101dfb9819e736bcd9df7 (patch)
tree2745de8ae0a7c039ad9a76d47cc33bf53be1dcf0 /lib/Analyzer/EntropyAnalyzer.php
parentb4b724e0af7fbf923be596c64d1cb5a87b299063 (diff)
parent597ca3e65cc30faca13fead373b0a59e37fb4ccc (diff)
Merge pull request #30 from undo-ransomware/feature/fix-notes-syncv0.7.1
Fix notes sync
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;
}