]> source.dussan.org Git - nextcloud-server.git/commitdiff
it is not an urgent error... a DEBUG message is enough at this point
authorBjoern Schiessle <schiessle@owncloud.com>
Tue, 14 Jan 2014 12:38:41 +0000 (13:38 +0100)
committerBjoern Schiessle <schiessle@owncloud.com>
Tue, 14 Jan 2014 12:38:41 +0000 (13:38 +0100)
apps/files_sharing/lib/share/file.php

index 07e7a4ca0c5ccaa1c26d6acb55141abbf351b47a..c956c55a1dfea209a75a8e7fab0f54b93deee727 100644 (file)
@@ -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;
        }