From 4cb0ed6affe8fce6e8183d3ac8caaaeb1e5e799d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 27 Aug 2025 17:17:35 +0200 Subject: [PATCH] #7704 @1 --- src/CommandLine/Poppler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine/Poppler.php b/src/CommandLine/Poppler.php index c278ff9..5c411e7 100644 --- a/src/CommandLine/Poppler.php +++ b/src/CommandLine/Poppler.php @@ -123,7 +123,7 @@ class Poppler $options = static::_normalizeExtractAreaOptions($options); $f = Files::hashFileAttributes($file) . '||' . '++' . json_encode($rect) . '**' . json_encode($options) . '||' . $page . '!!'; $hash = hash('sha256', $f); - error_log($f . '//' . $hash); + error_log($f . ' => ' . $hash . ' (' . $file . ')'); return $hash; } -- 2.39.5