From 822f825a8ef4ab576136ba7183a8e9fbad847b06 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 26 Aug 2025 18:41:19 +0200 Subject: [PATCH] #7704 --- 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 f4f5eba..2350564 100644 --- a/src/CommandLine/Poppler.php +++ b/src/CommandLine/Poppler.php @@ -115,7 +115,7 @@ class Poppler { $f = Files::hashFileAttributes($file) . '||' . '++' . json_encode($rect) . '**' . json_encode($options) . '||' . $page . '!!'; $hash = hash('sha256', $f); - error_log($f, $hash); + error_log($f . '//' . $hash); return $hash; } -- 2.39.5