Skip to content
Snippets Groups Projects
Commit 520f6422 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #10079 from owncloud/Improve_scanner_message

Improved scanner error message
parents e33fc280 d975012a
Branches
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ class Scanner extends BasicEmitter {
public function getData($path) {
if (!$this->storage->isReadable($path)) {
//cant read, nothing we can do
\OCP\Util::writeLog('OC\Files\Cache\Scanner', "!!! Path '$path' is not readable !!!", \OCP\Util::DEBUG);
\OCP\Util::writeLog('OC\Files\Cache\Scanner', "!!! Path '$path' is not accessible or present !!!", \OCP\Util::DEBUG);
return null;
}
$data = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment