summaryrefslogtreecommitdiffstats
path: root/lib/filestorage/local.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/filestorage/local.php')
-rw-r--r--lib/filestorage/local.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filestorage/local.php b/lib/filestorage/local.php
index 86cc910d2e1..ca68d6b8702 100644
--- a/lib/filestorage/local.php
+++ b/lib/filestorage/local.php
@@ -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;