1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-08-10 02:11:09 +02:00

enhanced log message

Dieser Commit ist enthalten in:
Thomas Mueller 2013-01-04 23:44:01 +01:00
Ursprung ac50c2f973
Commit 2cb6632752

Datei anzeigen

@ -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;