Bad constant (LOG_WARNING, not LOG_WARN)
This commit is contained in:
parent
4ba7c4a021
commit
c9cfda5ef2
@ -390,7 +390,7 @@ class OembedPlugin extends Plugin
|
|||||||
common_debug(__METHOD__ . ': '.sprintf('Performing HEAD request for remote file id==%u to avoid unnecessarily downloading too large files. URL: %s', $thumbnail->getFileId(), $remoteUrl));
|
common_debug(__METHOD__ . ': '.sprintf('Performing HEAD request for remote file id==%u to avoid unnecessarily downloading too large files. URL: %s', $thumbnail->getFileId(), $remoteUrl));
|
||||||
$head = $http->head($remoteUrl);
|
$head = $http->head($remoteUrl);
|
||||||
if (!$head->isOk()) {
|
if (!$head->isOk()) {
|
||||||
common_log(LOG_WARN, 'HEAD request returned HTTP failure, so we will abort now and delete the thumbnail object.');
|
common_log(LOG_WARNING, 'HEAD request returned HTTP failure, so we will abort now and delete the thumbnail object.');
|
||||||
$thumbnail->delete();
|
$thumbnail->delete();
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user