forked from GNUsocial/gnu-social
LOG_ERROR -> LOG_ERR for SubMirror
This commit is contained in:
parent
108d5d8d17
commit
d625364354
@ -157,7 +157,7 @@ class SubMirror extends Memcached_DataObject
|
||||
{
|
||||
$profile = Profile::staticGet('id', $this->subscriber);
|
||||
if (!$profile) {
|
||||
common_log(LOG_ERROR, "SubMirror plugin skipping auto-repeat of notice $notice->id for missing user $profile->id");
|
||||
common_log(LOG_ERR, "SubMirror plugin skipping auto-repeat of notice $notice->id for missing user $profile->id");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user