log typo fix
This commit is contained in:
parent
3e756407a0
commit
a02d5d1a3d
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ class OC_FileCache{
|
||||||
if(is_array($result)){
|
if(is_array($result)){
|
||||||
return $result['id'];
|
return $result['id'];
|
||||||
}else{
|
}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;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue