File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 14
14
use OCA \Libresign \Handler \JSignPdfHandler ;
15
15
use OCA \Libresign \Helper \ConfigureCheckHelper ;
16
16
use OCP \AppFramework \Services \IAppConfig ;
17
+ use Psr \Log \LoggerInterface ;
17
18
18
19
class ConfigureCheckService {
19
20
private string $ architecture ;
@@ -25,6 +26,7 @@ public function __construct(
25
26
private JSignPdfHandler $ jSignPdfHandler ,
26
27
private CertificateEngine $ certificateEngine ,
27
28
private SignSetupService $ signSetupService ,
29
+ private LoggerInterface $ logger ,
28
30
) {
29
31
$ this ->architecture = php_uname ('m ' );
30
32
}
@@ -243,6 +245,7 @@ private function getErrorAndTipToResultOfVerify(array $result): array {
243
245
];
244
246
}
245
247
}
248
+ $ this ->logger ->error ('Invalid hash of binaries files ' , ['result ' => $ result ]);
246
249
return [
247
250
'Invalid hash of binaries files. ' ,
248
251
'Run occ libresign:install --all ' ,
You can’t perform that action at this time.
0 commit comments