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

This commit is contained in:
Bjoern Schiessle 2014-01-14 13:38:41 +01:00
parent cb071a9f35
commit fa7f53e89d
1 changed files with 1 additions and 1 deletions

View 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;
}