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

enhanced log message

parent ac50c2f9
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ class OC_Filestorage_Local extends OC_Filestorage_Common{
return (float)exec('stat -c %s ' . escapeshellarg($fullPath));
}
} else {
OC_Log::write('core', 'Unknown OS: '.$name, OC_Log::ERROR);
OC_Log::write('core', 'Unable to determine file size of "'.$fullPath.'". Unknown OS: '.$name, OC_Log::ERROR);
}
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment