Browse Source

enhanced log message

tags/v5.0.0alpha1
Thomas Mueller 11 years ago
parent
commit
2cb6632752
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/filestorage/local.php

+ 1
- 1
lib/filestorage/local.php View 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;

Loading…
Cancel
Save