From: Michael Gapczynski Date: Fri, 1 Jun 2012 19:15:05 +0000 (-0400) Subject: Fix typo in log message X-Git-Tag: v4.5.0beta1~74^2~425^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cc84bd2993b4f5049076dc4d12d6dada9d1a4f85;p=nextcloud-server.git Fix typo in log message --- diff --git a/lib/filecache.php b/lib/filecache.php index a94349e19cb..a29e29928a8 100644 --- a/lib/filecache.php +++ b/lib/filecache.php @@ -419,7 +419,7 @@ class OC_FileCache{ } return $result; }else{ - OC_Log::write('files','getChached(): file not found in cache ('.$path.')',OC_Log::DEBUG); + OC_Log::write('files','getCached(): file not found in cache ('.$path.')',OC_Log::DEBUG); if(isset(self::$savedData[$path])){ return self::$savedData[$path]; }else{