From: Bartek Przybylski Date: Thu, 23 Feb 2012 18:28:01 +0000 (+0100) Subject: log typo fix X-Git-Tag: v4.0.0beta~201^2~20^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a02d5d1a3dc4ddbfda3927b19881dba2b41279c1;p=nextcloud-server.git log typo fix --- diff --git a/lib/filecache.php b/lib/filecache.php index 6ae2f8253db..faadddfb37e 100644 --- a/lib/filecache.php +++ b/lib/filecache.php @@ -266,7 +266,7 @@ class OC_FileCache{ if(is_array($result)){ return $result['id']; }else{ - OC_Log::write('getFieldId(): file not found in cache ('.$path.')','core',OC_Log::DEBUG); + OC_Log::write('getFileId(): file not found in cache ('.$path.')','core',OC_Log::DEBUG); return -1; } }