summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2014-01-14 06:02:48 -0800
committerBjörn Schießle <schiessle@owncloud.com>2014-01-14 06:02:48 -0800
commita2a5ed3f4f1d73ad62e2eb952d9bdde059eb454d (patch)
tree166010cfd4006ce8da37f010e2308970df23cdd1
parent3c0e4a3bc6fadc950fca73a104aa1860814061ab (diff)
parentfa7f53e89ded52841d962969190ba70788811f11 (diff)
downloadnextcloud-server-a2a5ed3f4f1d73ad62e2eb952d9bdde059eb454d.tar.gz
nextcloud-server-a2a5ed3f4f1d73ad62e2eb952d9bdde059eb454d.zip
Merge pull request #6767 from owncloud/sharing_error_messages
it is not an urgent error... a DEBUG message is enough at this point
-rw-r--r--apps/files_sharing/lib/share/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/share/file.php b/apps/files_sharing/lib/share/file.php
index 07e7a4ca0c5..c956c55a1df 100644
--- a/apps/files_sharing/lib/share/file.php
+++ b/apps/files_sharing/lib/share/file.php
@@ -172,7 +172,7 @@ class OC_Share_Backend_File implements OCP\Share_Backend_File_Dependent {
$source['fileOwner'] = $fileOwner;
return $source;
}
- \OCP\Util::writeLog('files_sharing', 'File source not found for: '.$target, \OCP\Util::ERROR);
+ \OCP\Util::writeLog('files_sharing', 'File source not found for: '.$target, \OCP\Util::DEBUG);
return false;
}