LOG_ERROR -> LOG_ERR for SubMirror

This commit is contained in:
Evan Prodromou 2012-01-27 15:01:51 -05:00
parent 108d5d8d17
commit d625364354
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}