]> source.dussan.org Git - nextcloud-server.git/commitdiff
enhanced log message
authorThomas Mueller <thomas.mueller@tmit.eu>
Fri, 4 Jan 2013 22:44:01 +0000 (23:44 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Fri, 4 Jan 2013 22:44:01 +0000 (23:44 +0100)
lib/filestorage/local.php

index 86cc910d2e1b29b4ea214c20ad531ff1a33bbd20..ca68d6b87027532107ace950fcbbd333b5fc4f9a 100644 (file)
@@ -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;