aboutsummaryrefslogtreecommitdiffstats
path: root/include/reddav.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-22 18:14:21 -0700
committerfriendica <info@friendica.com>2014-10-22 18:14:21 -0700
commit902b5c52e5ca9359522f33bbecaf7f2f3c1ba90d (patch)
tree205e15153ae3a1e2d22a3c52f4cdbdbe118c0e64 /include/reddav.php
parente3943087b270399c6c2333f0bae877a8d0d62510 (diff)
downloadvolse-hubzilla-902b5c52e5ca9359522f33bbecaf7f2f3c1ba90d.tar.gz
volse-hubzilla-902b5c52e5ca9359522f33bbecaf7f2f3c1ba90d.tar.bz2
volse-hubzilla-902b5c52e5ca9359522f33bbecaf7f2f3c1ba90d.zip
backtrack on attribution for wall-to-wall comments - triggered too often and unnecessarily.
Diffstat (limited to 'include/reddav.php')
-rw-r--r--include/reddav.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/reddav.php b/include/reddav.php
index 86b3a00e4..c16e08e27 100644
--- a/include/reddav.php
+++ b/include/reddav.php
@@ -50,7 +50,7 @@ function RedChannelList(&$auth) {
if ($r) {
foreach ($r as $rr) {
if (perm_is_allowed($rr['channel_id'], $auth->observer, 'view_storage')) {
- logger('found channel: /cloud/' . $rr['channel_address'], LOGGER_DEBUG);
+ logger('found channel: /cloud/' . $rr['channel_address'], LOGGER_DATA);
// @todo can't we drop '/cloud'? It gets stripped off anyway in RedDirectory
$ret[] = new RedDAV\RedDirectory('/cloud/' . $rr['channel_address'], $auth);
}
@@ -188,7 +188,7 @@ function RedCollectionData($file, &$auth) {
* @throw \Sabre\DAV\Exception\Forbidden
*/
function RedFileData($file, &$auth, $test = false) {
- logger($file . (($test) ? ' (test mode) ' : ''), LOGGER_DEBUG);
+ logger($file . (($test) ? ' (test mode) ' : ''), LOGGER_DATA);
$x = strpos($file, '/cloud');
if ($x === 0) {