From 0923c7df2ac33b451b1a64983fb1f77f0b16db43 Mon Sep 17 00:00:00 2001 From: cassiopc Date: Thu, 29 Aug 2013 15:46:32 +0200 Subject: reduce verbose of decrypt errors --- src/hex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hex.php') diff --git a/src/hex.php b/src/hex.php index 4fa4c16..2e0e7f8 100644 --- a/src/hex.php +++ b/src/hex.php @@ -66,7 +66,7 @@ function decryptData($crypttext,$key,$txt='') { if($test1 != $test2) { if($txt=='') MSGError("Decryption error -- contact an admin now (" . getFunctionName() .")"); - LogError("Decryption error -- contact an admin, possibly password wrong (" . getFunctionName() .",$txt)"); +// LogError("Decryption error -- contact an admin, possibly password wrong (" . getFunctionName() .",$txt)"); return ""; } if($iscompressed) return unzipstr($decrypttext); -- cgit v1.2.3