aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-12 11:36:25 -0700
committerzotlabs <mike@macgirvin.com>2017-10-12 11:36:25 -0700
commite6c166a182f53be9abb819b9c8a80275fc815d29 (patch)
tree1bd47adb93b082c509a1fc6876b7be63972b663f /Zotlabs/Web
parent6acd96fd33038f0e3535af6861d1ba658098abc8 (diff)
downloadvolse-hubzilla-e6c166a182f53be9abb819b9c8a80275fc815d29.tar.gz
volse-hubzilla-e6c166a182f53be9abb819b9c8a80275fc815d29.tar.bz2
volse-hubzilla-e6c166a182f53be9abb819b9c8a80275fc815d29.zip
sort out the notification ids
Diffstat (limited to 'Zotlabs/Web')
-rw-r--r--Zotlabs/Web/HTTPSig.php3
1 files changed, 2 insertions, 1 deletions
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;