From e6c166a182f53be9abb819b9c8a80275fc815d29 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 12 Oct 2017 11:36:25 -0700 Subject: sort out the notification ids --- Zotlabs/Web/HTTPSig.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Web/HTTPSig.php b/Zotlabs/Web/HTTPSig.php index 445ba200b..1c66b8cf4 100644 --- a/Zotlabs/Web/HTTPSig.php +++ b/Zotlabs/Web/HTTPSig.php @@ -72,7 +72,8 @@ class HTTPSig { return $result; } - logger('sig_block: ' . print_r($sig_block,true), LOGGER_DATA); + // Warning: This log statement includes binary data + // logger('sig_block: ' . print_r($sig_block,true), LOGGER_DATA); $result['header_signed'] = true; -- cgit v1.2.3