]> source.dussan.org Git - nextcloud-server.git/commitdiff
log typo fix
authorBartek Przybylski <bart.p.pl@gmail.com>
Thu, 23 Feb 2012 18:28:01 +0000 (19:28 +0100)
committerBartek Przybylski <bart.p.pl@gmail.com>
Thu, 23 Feb 2012 18:29:11 +0000 (19:29 +0100)
lib/filecache.php

index 6ae2f8253dbaa3a31851eafd6fe8d9c813e70408..faadddfb37ed468566f73531a40267a0893947e2 100644 (file)
@@ -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;
                }
        }