Skip to content
Snippets Groups Projects
Commit fa7f53e8 authored by Björn Schießle's avatar Björn Schießle
Browse files

it is not an urgent error... a DEBUG message is enough at this point

parent cb071a9f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment