summaryrefslogtreecommitdiffstats
path: root/lib/filecache.php
diff options
context:
space:
mode:
authorBartek Przybylski <bart.p.pl@gmail.com>2012-02-23 19:28:01 +0100
committerBartek Przybylski <bart.p.pl@gmail.com>2012-02-23 19:29:11 +0100
commita02d5d1a3dc4ddbfda3927b19881dba2b41279c1 (patch)
tree4fa3bd530c25bb4cb5e1f864f5a9fe1df954ee41 /lib/filecache.php
parent3e756407a0e2cd2da68a59b0ea50acd72fe4d415 (diff)
downloadnextcloud-server-a02d5d1a3dc4ddbfda3927b19881dba2b41279c1.tar.gz
nextcloud-server-a02d5d1a3dc4ddbfda3927b19881dba2b41279c1.zip
log typo fix
Diffstat (limited to 'lib/filecache.php')
-rw-r--r--lib/filecache.php2
1 files changed, 1 insertions, 1 deletions
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;
}
}